Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
0answers
64 views

Software needed: overlap documents [closed]

Is there any way I can overlap 2 Documents (with different revisions, for example) and it shows their difference ?? To better explain, for example Document1: ''Hello ! My name is John'' Document1 ...
1
vote
1answer
49 views

In Eclipse, how to let revision annotation to ignore whitespace changes?

In Eclipse, one can use Team -> Show Annotation to see the revision history at the side of editor window; My question is how to let such annotation to ignore whitespace changes? [EDIT] This issue ...
0
votes
1answer
24 views

How do I remove or revise a rule that I created?

How do I revise or remove a rule in Outlook that I created?
3
votes
2answers
152 views

Which Version of Microsoft Word created a given document?

I'm starting to get multiple MS Word documents sent to me, and I'd like to detect what version of MS word created, or last saved, each doc. Is there some tool for that?   Or, can I determine such ...
2
votes
1answer
108 views

How to find out revision history from hidden Word files

I have a project – have been using MS Word 2003 – should have been keeping a time sheet, but didn't think I'd be spending MUCH time on this. Now, I would like to find these so called ...
1
vote
0answers
51 views

StatSVN generated XML is slightly out of date

There are no StatSVN questions on superuser, but why not start? ;-) Here's my problem... I generate a log from subversion with: svn log -v --xml > log.xml The latest revision that shows up in ...
0
votes
0answers
553 views

“file not found” error while commiting

I have a working copy, checked out from SVN repository. When i'm trying to commit, i get following error: svn: File not found: revision 57, path '/trunk/path/to/my/file/logo-mini.jpg' I've found ...
1
vote
1answer
43 views

Anyone know of a “live” markup/comments/revision FireFox/Chrome extension?

When I'm asked to do revisions on a Website, I usually have the non-technical editor print out pages in question with comments/revisions written in ink, but this obviously has it's drawbacks. I was ...
1
vote
2answers
284 views

Linksys WRT54G2, what revision is this router?

I would like to put DD-WRT on my router (Linksys WRT54G2) but the website says that the latest revision 4 (I think) isn't supported. How do I check what revision router I have? Thanks much
1
vote
1answer
57 views

svn revision number confusion

when i add a new file or folder to my repository svn revises it after the latest revision number available in the repo, i.e. does not revise it as 1. is it the way svn works? also, i am using kdesvn ...
2
votes
1answer
373 views

Bulk accept all changes in Microsoft Word 2010 (docx) files?

I have a few hundred Microsoft Word 2010 .docx files with revisions/changes. Is there a tool or method where I can accept all changes in all of these documents without manually opening each one, ...
0
votes
1answer
165 views

Subclipse - How to mark a major revision?

How does one go about marking a major revision using the Subclipse plugin? I'd like to mark a project at the end of an iteration such that it's possible to revert if necessary without going through ...
6
votes
3answers
7k views

Want to delete revisions from my SVN repository

The latest revisions in my code repo has been corrupted and has destabilized my app. I want to revert to an earlier revision. But I don't want to simply use 'revert' on my working copy; I actually ...