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

Re: How to have same directory structure as that of the server ???

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Tue, 12 Aug 2008 21:03:10 -0500

On Aug 12, 2008, at 14:12, Mick Ken wrote:

> I have a question regarding checkout. Is there someway in subversion
> to specify a default checkout directory structure matching the exact
> same structure as the server. For instance, if someone checkouts:
>
> http://subversion/project1
>
> Then by default it should create the working directories as they are
> laid out on the server for e.g. C:/svn/category1/project1
>
> I have seen some source code versioning systems that does this ... but
> with Tortoise SVN I do not see any such options.

No. Subversion doesn't know anything about the structure of the data
you put in your repository, other than that it is files and
directories. If you want something special to happen on checkout,
then write a script to implement that special behavior, and use that
script instead of using "svn checkout" directly.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-13 04:03:47 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.