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

RE: Multiple repositories with mixed directories (newbie)

From: Méresse Christophe <christophe.meresse_at_nagra.com>
Date: 2007-03-01 11:01:44 CET

 

> -----Original Message-----
> From: Diederick Huijbers [mailto:d.huijbers@apollo-ict.nl]
> Sent: mardi, 27. février 2007 23:15
> To: users@subversion.tigris.org
> Subject: Multiple repositories with mixed directories (newbie)
>
[snip]
>
> Now, I want to start using svn, so I can checkout
> revisions/releases of a individual modules. For example, I
> want to be able to only checkout the product module, or the
> page module.
>
> Sadly I can't change the directory layout. (I've got my
> reasons.... ) As this is probably a general problem more
> people have I hope some of you could help me to fix this problem.
>
> What can I do?

If you work on unix/linux, couldn't you solve the problem thanks to symbolic links ?

css
css/modules
css/modules/page -> ../../modules/page/css
css/modules/product -> ../../modules/products/css
HTML
HTML/modules
HTML/modules/product -> ../../modules/product/HTLM
HTML/modules/page -> ../../modules/page/HTML
index.php
js
js/modules
js/modules/product -> ../../modules/product/js
js/modules/page -> ../../modules/page/js
modules
modules/page
modules/page/css
modules/page/HTML
modules/page/js
modules/product
modules/product/css
modules/product/HTML
modules/product/js

Regards
Christophe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 1 11:02:09 2007

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.