[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: Tor Ringstad <tor.ringstad_at_tandberg.net>
Date: 2005-07-12 11:21:05 CEST

> Can you please describe a real step-by-step test case that fails?

Here's one way to make things go bad:

# Check out a directory non-recursively to two working copies:

% svn co -N http://svn/repo wc1
% svn co -N http://svn/repo wc2

# Recursively fill in some subdir in wc1:

% svn update http://svn/repo/subdir wc1/subdir

# Commit a change to a file in the newly pulled directory in wc1:

% emacs wc1/subdir/foo.txt
% svn commit -m "" wc1

# Then the fun begine when you try to update wc2:

% svn update wc2
svn: Working copy 'wc2/subdir' is missing or not locked

# Hmmm..that's weird, let's just try again...

% svn update wc2
A wc2/subdir/
A wc2/subdir/foo1.txt
A wc2/subdir/foo2.txt
A wc2/subdir/foo3.txt
[...]

# Ooops, wc2 gets a _complete_ update.

- Tor Ringstad -

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 12 11:24:40 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.