Tagged Questions
1
vote
0answers
131 views
using svn log to extract commit messages between tags when revisions overlap across branches
I always use the svn log command, e.g.svn log -rXXXX:YYYY to get the commit messages between two tags in my SVN repository.
The problem I sometimes find is that if I am doing a large release that ...
0
votes
2answers
35 views
git diff between 2 revisions included
I'm doing a :
git diff --diff-filter=AM --name-only 59ade6e..c1fc4d8
The 59ade6e hash is a commit where I added all my files (my first commit).
But when I execute my command it seems that it ...
0
votes
0answers
28 views
fetch Partial Code for some updates from Vault
Below is the scenario for what I want:
I have a Feature List that contains different line items to fix. We can number these like line item1,line item2,line item3 up to line itemn
A team of 3 ...
3
votes
3answers
1k views
SVN - Commit to older revision version
we have a svn repository on a server, and some clients updating/commiting to it.
Now, the server crashed yesterday and the backup available is a week ok old, and has an older svn head saved. Let's ...
0
votes
1answer
40 views
make a cross change in a file with mercurial
I'm new to mercurial, so may be my question is stupid.
Let say you made a mistake when you first started working on your code. For example, you putted
<!html DOCTYPE>
instead of
<!DOCTYPE ...
0
votes
1answer
73 views
Commiting and get specific revision
I work with sharpSVN,i need 2 things:
1) I need to get a revision with specific logmessage
2) When I commit my revision, I want to show every file, that is commiting. I find an event commiting, but I ...