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

Re: How to have 2 servers in the same machine?

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-07-14 03:37:36 CEST

On Jul 13, 2007, at 05:04, javijava wrote:

> can i configure the CheckOut... ? I want what only copy to working
> copy some
> files but others no,
> because... i have a 'release' directory inside each project...and I
> don't
> want to chekout it!!

You can check out non-recursively:

svn co url://to/repo wcname
cd wcname

Then for each directory x other than the release directory, retrieve
it with svn up:

svn up x

The non-recursive checkout feature is somewhat broken but maybe it
will work well enough for you.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 14 03:37:18 2007

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.