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

Re: Question about 'svn update'

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2007-03-16 14:40:23 CET

On 3/16/2007 1:42 AM, ying lcs wrote:
> Hi,
>
> I checkout subversion truck to my local working copy (using svn co).
> and then I remove a sub-directory under my working copy (using 'rm -f
> sub-directory').
>
> And I do a 'svn update', my question is why subversion does not
> re-download the sub-directory that I just removed?

It does for me.

> If not, how can I
> make subversion to download something that I delete in my working
> copy?

svn update should do that.

I would guess you did more than just "rm -f subdir", but it's hard to
guess exactly what. Did you make any recursive changes that might have
affected the .svn directory in the parent?

If your .svn directory is messed up, the best solution is to check out a
new working copy.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 16 14:40:31 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.