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

Re: Is it possible to do a "partial" or a filtered checkout

From: Romain Prévost <prevost.romain_at_gmail.com>
Date: 2005-07-11 17:37:35 CEST

Well, this may not be really interesting for you, if you want to be
able to properly commit the files afterward, but you can get a
particular file revision using svn copy.

Then, you can modify the file and svn copy it back to the svn server.

like :

svn copy "URL/file" "WC"
echo test >> file
svn copy "WC/file" "URL"

This is quite nasty, but using a script, it won't be too painful, and
could help to wait until the feature is here.

-- 
Romain Prévost
Epitech promotion 2007
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 11 17:40:43 2005

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.