Replacement for 'cvs log -N -S -rREV::' ?
From: Johan Holmberg <holmberg_at_iar.se>
Date: 2004-03-24 19:13:57 CET
Hi !
As an old CVS user I try to map my old operations to SVN.
I want to find out what changes have been done since a specific
The diffs I can view with:
$ svn diff http://svn.iar.se/svn/tags/proj1/V2 \
but I would like to be able to write something like
$ svn log --from http://svn.iar.se/svn/tags/proj1/V2 \
In CVS I have used a command like
$ cvs log -rV2:: -N -S
I guess one way to do this in Subversion would be to:
- somehow (how?) find out at what revision number the V2 tag was
- run a command like:
$ svn log -r29:HEAD http://svn.iar.se/svn/trunk/proj1
But since "tags" are created by copying to a new URL in
Is there some other way to do what I have described above
Am I missing something obvious ?
/Johan Holmberg
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.