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

Re: checkout/rename of individual files

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-10-08 21:45:56 CEST

John Mclaughlin <johnm@imageworks.com> writes:

> 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?

No can do. Our granularity for working copies is a directory.

But perhaps you can do 'svn cat -r 345 file:///trunk/vit/vit.so vit_r345.so'?

---------------------------------------------------------------------
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:47:20 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.