[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Roadmap for 1.1

From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2004-04-04 18:15:08 CEST

At 04-04-2004 16:22, John Peacock wrote:
>>As others have said when looking at the history of a file I want to know
>>what revisions correspond to key project events,"labels", so I can diff
>>say the 0.3.0 with 0.4.3, etc.
>
>This is all changes for all files between those two labels:
>
>svn diff http://server/path/to/tags/proj-0.3.0 \
>http://server/path/to/tags/proj-0.4.3
>
>and this is the changes for just a single file:
>
>svn diff http://server/path/to/tags/proj-0.3.0/path/to/file.cxx \
>http://server/path/to/tags/proj-0.4.3/path/to/file.cxx

I'd probable avoid the issue of locating the file.cxx in the tag and
just use the version of the tag to select a revision of the file
on the trunk.

>How is that significantly more difficult than the only slightly shorter
>CVS notation?

No idea, I barely know CVS. My experience is with other software, this
is easy in SourceSafe, for example, as it returns you a list of revisions
and labal names in the history.

Barry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 4 18:41:18 2004

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.