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

RE: Link a client directory to a different repository directory

From: PAIRIS Thibault <tpairis_at_fr.perenco.com>
Date: Thu, 11 Sep 2008 09:19:49 +0200

> If that is the structure you want to have in the working copy, then
> the best idea would be for you to arrange your repository to have the
> same structure.
>
>
> You could check things out independently:
>
> svn co http://server/repository/root wc
> cd wc
> svn co http://server/repository/module1
> svn co http://server/repository/module2
> svn co http://server/repository/module3
>
> However then the modules are not connected to the items that came
> from root, and you cannot commit anything in any of the modules
> together with anything else. In other words, if you make a change to
> several items that came from root, and also make changes to modules 1
> and 2, and want to commit all these changes, Subversion will require
> you to make at least three commits -- the items that came from root,
> the items that came from module1, and the items that came from
module2.

I came to the same conclusion. Thank you very much for your help.

This email is confidential and may contain privileged information. If you have received this email in error please notify the sender immediately and destroy this email and all attachments. Any unauthorised copying, disclosure, conversion to hard copy, distribution or use of any part of this email is strictly prohibited.

Le message contenu dans ce courrier ?lectronique est confidentiel et pourrait contenir des informations prot?g?es par le secret professionnel. Si vous avez re?u ce courrier ?lectronique par erreur veuillez contacter son exp?diteur et d?truire ce courrier ?lectronique ainsi que toute pi?ce jointe ?ventuelle. Toute reproduction, divulgation, impression, distribution ou utilisation non autoris?e de tout ou partie de ce courrier ?lectronique est strictement interdite.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-11 17:44:46 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.