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

RE: Sparse directory question / problem

From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 27 Aug 2009 09:48:53 -0400

> 2009/8/26 Jean-Yves Avenard <jyavenard_at_gmail.com>:
> > Hello.
> >
> > I am trying to only check-out the directories located at the root of
> a
> > svn repository, with no files in there
> >
> > So I run the command:
> > svn co https://url/svn/projects/ --depth immediates
> >
> > This creates 3 directories:
> > A    projects/dir1
> > A    projects/dir2
> > A    projects/dir3
> >
> > However, there are over 20 other directories in the projects
> > repository ; I can't figure out why it's not checking them out ..
> >
> > If I go in the projects directory just checked out and I issue the
> command:
> > svn update --set-depth immediates
> > I will then get the following message:
> >
> > svn: Directory 'Varian' is missing
> > svn: Directory 'Varian' is missing
> >
> > (Varian being on of the directory found in the projects repository).
> >
> > Any ideas what I could be missing ?
> >
>
> No answer? is it a located problem with my repository ?

Do you have read permission to the Varian directory? The path to it is:

https://url/svn/projects/Varian

right?

What happens if after you do the first co you do from your projects wc:

svn co ^/projects/Varian --depth infinity Varian

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2387881

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-27 15:49:54 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.