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

Re: update not getting newly added directory

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Wed, 9 Apr 2008 12:02:04 +0200

On 4/8/08, David Carson <dccarson_at_gmail.com> wrote:
> 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?

Because your working copy is already at r33?

Bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-09 12:02:29 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.