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

Re: Clientspec Perforce

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 21 Feb 2009 18:32:28 +0100

Dirk Gregorius wrote:
> In my project I have dependencies to external libraries, e.g. STLport.
> My repository should hold all version I have used and could look
> something like this:
>
> trunk
> --externals
> ----stlport45
> ----stlport50
> ----stlport51
>
>
> When I checkout the trunk I don't want to checkout everything and I
> want a generic name. So my checked out version should look like this:
>
> externals
> --stlport
>
> Could I mimic this behavior with SVN and Tortoise?
> Is there another recommend way to deal with problem?

I suggest the following layout:

trunk
--externals
externals
--stlport45
--stlport50
--stlport51

then, in your working copy of trunk, add an svn:externals property,
pointing to e.g. stlport51 and set the name to 'stlport'

the property value would look like this:
http://url/to/repo/externals/stlport51 stlport

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1204160
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-02-21 18:32:49 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.