Hello,
I'm just getting into SVN from CVS. I'm especially confused with
the names of revisions.
Let's say, my Repository looks like that:
test/
trunk/
test.c
pgm/
test.c
timing.ctlf
branch/
tags/
Test/
test.c
pgm/
test.c
timing.ctlf
I've successfully tagged my Project to tags/Test
In cvs i would write in my trunk-Workingcopy (rather easy and short):
cvs diff -r ZMD test.c
How would this be in SubVersion?
The only one, I've found is
svn diff file:///home/digital/netz/svn/test/tags/Test file:///home/digital/netz/svn/test/trunk
Is there any abbrevation for this long names?
On the other hand, I would diff my local copy:
svn diff file:///home/digital/netz/svn/test/tags/Test/test.c test.c
svn: Target lists to diff may not contain both working copy paths and URLs
Why not, how I get the difference between my working copy and a Tag?
What about URL, RevisionNames,Local and so on?
I'm very confused, please give me some advice. :(
Thank you very much,
Steffen
Last updated