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

uncomplete svn checkout --non-recursive

From: Wim Bekker <wim_at_vdg-nederland.com>
Date: 2006-04-07 13:19:11 CEST

Hi,

When I do a non-recursive checkout (on Windows XP), the entries file in
.svn directory is not the same as when I do a standard (recursive)
checkout.

My repository is like:
/source/work/project1/trunk
/source/work/project1/branches
/source/work/project2/trunk
/source/work/project2/branches
etc..

Suppose I have no working copy and start a first checkout of
project1/trunk (I don't want project1/branches nor the rest), I do the
following:

svn checkout svn://<url>/source d:/svn/source -N
svn checkout svn://<url>/source/work d:/svn/source/work -N
svn checkout svn://<url>/source/work/project1 d:/svn/source/work -N
svn checkout svn://<url>/source/work/project1/trunk
d:/svn/source/work/trunk

Now the entries file in 'd:/svn/source/.svn' doesn't have an entry
name="project1".

When I do this:
svn checkout svn://<url>/source d:/svn/source

The entries file does have entries for all subdirectories. But it will
also have everything else, including lots of things I don't want.

My question:
How can I have svn fill in the entries file with entries?

Wim.

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System
on behalf of the VDG Group.For more information please visit http://www.messagelabs.com/email
______________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 7 13:20:27 2006

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.