Tagged Questions
1
vote
1answer
37 views
What command to use to get the revision history of the files in a folder
I am trying to get the revision history of files from my windows views of a project. I know that there is a command in Unix that I can give and it will provide the file-names in one column and ...
0
votes
0answers
51 views
SVN merge without -r N:HEAD does not work
I tried to use svn exactly as described in the documentation, like:
svn merge file:///myPathToRep/trunk/
My branch is clean and does not contain any local modifications. My branch is modified the ...
2
votes
1answer
229 views
Mechanism for displaying revision history with ClickOnce .NET Application [duplicate]
Possible Duplicate:
Looking for recomendation to show release notes in ClickOnce applications
I'm using ClickOnce to deploy a .NET Winforms app, mainly for the ease of getting software ...
1
vote
1answer
276 views
Using git to identify all modified functions in a revision
Is there a good way to use git to identify all the modified functions in each revision in the history? I've tried using the -p switch, but it doesn't seem to work in the same way that svn's ...
1
vote
1answer
92 views
Local history / revisions for development files
In eclipse you have local history, I was wondering if there is some software that can keep track of file history similar to this but without using eclipse.
Basically I want to be able to track my ...
0
votes
2answers
94 views
Altering Revision History with SVN
Some files in my source repository at work were moved around. Rather than performing a "svn mv $file" operation, the files were moved using "svn rm $old_location/$file" and "SVN add ...
2
votes
3answers
137 views
Producing an view of a text's revision history in Python
I have two versions of a piece of text and I want to produce an HTML view of its revision similar to what Google Docs or Stack Overflow displays. I need to do this in Python. I don't know what this ...
2
votes
2answers
2k views
Subversion for revision history and logging on Source codes
I have tried to find some resource for Subversion how to make revision history and logging message on source code; This question might be a simple
We changed our CVS to Subversion. I am having a ...
1
vote
2answers
100 views
Revision comparision in PHP
Say, I have var1 and var2 both with a string value. Var2 is a revision of var1 with minor changes:
var1:
Hello, world1
var2:
Bye bye, world!
Now I want this output:
<span ...
4
votes
2answers
3k views
SVN Export with revision history problem
I need to provide our clients with a dump of a single sub directory in our SVN repository along with the revision history if possible. I know that you can do a dump but I don't believe you can tell it ...