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

checkout/rename of individual files

From: John Mclaughlin <johnm_at_imageworks.com>
Date: 2003-10-08 21:39:37 CEST

I would like to be able to check out individual files to a
name other than that stored in the repository. For example
something like:

cd vit_revisions
svn checkout -r 345 file:///trunk/vit/vit.so vit_r345.so

Does svn allow this? If this is allowed can I also
checkout a different revision of the same file into that directory?

svn checkout -r 728 file:///trunk/vit/vit.so vit_r728.so

The reason I want to do this is so that certain batch
jobs can lock down and record specific versions of code
they are using for all processes throughout the run of a
job. I can of course check out the revisions and rename
them, but then I would lose the svn bookkeeping
information.

John McLaughlin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 8 21:40:37 2003

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.