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

update not getting newly added directory

From: David Carson <dccarson_at_gmail.com>
Date: Tue, 8 Apr 2008 17:44:20 -0400

I added a new directory tree to my repository, but when I do 'svn update' in
my working copy, it does not retrieve the new directory tree.
- server: 1.3.2
- client: 1.4.4

Here's a shell session to show what I'm talking about:

> pwd
/data/bldtools
> svn info
Path: .
URL: svn://buildmaster/trunk
Repository Root: svn://buildmaster
Repository UUID: 92351ce5-5732-41c3-b2a0-4e42f99bfd37
Revision: 33
Node Kind: directory
Schedule: normal
Last Changed Author: dcarson
Last Changed Rev: 33
Last Changed Date: 2008-04-04 10:06:25 -0400 (Fri, 04 Apr 2008)

> svn ls svn://buildmaster/trunk/gnu-mips64-elf
bin/
lib/
mips64-elf/
> ls gnu-mips64-elf
ls: gnu-mips64-elf: No such file or directory
> svn update
At revision 33.
> svn log -r33
------------------------------------------------------------------------
r33 | dcarson | 2008-04-04 10:06:25 -0400 (Fri, 04 Apr 2008) | 1 line

initial revision -- gnu-mips64-elf
------------------------------------------------------------------------
>

The 'svn ls' shows that the directory is in the repository. Why is the
update not pulling it into my working copy?

Thanks,
David
Received on 2008-04-09 11:48:24 CEST

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.