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

RE: Re: Problems with Limitations or "Differences" of Subversion

From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2006-11-07 17:41:53 CET

> Yes, I understand that. But, if the current revision of the
> SRS is 4.3 (as
> recorded in the change log on the back page of the document),
> and someone
> comes to me and tells me that he needs revision 4.1 and wants
> to know how
> he can check it out, what do I tell him if the whole repository is at
> revision 17?

Well, that's the same problem with CVS (your current revision of the SRS 4.1 will not correspond to the CVS file revision 1.1.1.12 for instance) or clearcase (1..2..3..4 etc..)
Why not just tagging your SRS:
svn copy //repos/<...>/SRS.pdf //repos/<...>/SRS_4.1.pdf (you do not even need to manage any trunk or tags directory...)
or
svn copy //repos/<...>/SRS.pdf //repos/<...>/archive/SRS_4.1.pdf (if you don't want to mess the current version with the archive ones...)

Christophe Méresse

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 7 17:42:46 2006

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.