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

checkout and subdirectories

From: Ronan Meneu <rmeneu_at_eprocess.fr>
Date: 2004-12-06 15:31:20 CET

Hello,

suppose i have a repository like this:

/sources/src1/...
             /src2/...
             /src3/...

I want to checkout for instance only src1 and src3 (not src2), but still
have a root directory (the one called sources).
If i do:

   svn co http://.../repo/sources/src1 sources/src1
   svn co http://.../repo/sources/src2 sources/src2

i get what i want in terms of directories. But there is no metadata in
my checkout 'sources', so no commands are taken into account. Would be
nice to have metadata in subdirectories, when making chekout. I have
looked for some options in the checkout command, but could not find
something for this case.

I have tried another solution. Making a non recursive chekout on the
first directory, then making checkout on subdirectories.

   svn co -N http://.../repo/sources/ sources/
   svn co -N http://.../repo/sources/src1 sources/src1

I get the following error:
 
  svn: Working copy 'sources/src1' not locked

I don't understand why. Could someone help me solve my problem ?
Thanks.

  Ronan

PS: svn, version 1.0.9 (r11378)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 6 15:26:51 2004

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.