You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by thinktwice <iu...@hotmail.com> on 2008/10/20 04:10:55 UTC

could i create a file link or drectory link to another repository?

i.e

repository A
|____trunk
          |_______public
          |_______private
          |_______link_to_public_on_repositoryB

repository B
|____trunk
          |_______public
          |_______private

when i checkout trunk directory on repository, it will automatically
checkout "public" directory on repository B. is it possible? how to achieve
this?
-- 
View this message in context: http://www.nabble.com/could-i-create-a-file-link-or-drectory-link-to-another-repository--tp20062962p20062962.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: could i create a file link or drectory link to another repository?

Posted by John Niven <jn...@bravurasolutions.com>.
> -----Original Message-----
> From: thinktwice [mailto:iunknown918@hotmail.com]
> Sent: Monday, 20 October 2008 17:11
> To: users@subversion.tigris.org
> Subject: could i create a file link or drectory link to
> another repository?
>
>
> i.e
>
> repository A
> |____trunk
>           |_______public
>           |_______private
>           |_______link_to_public_on_repositoryB
>
> repository B
> |____trunk
>           |_______public
>           |_______private
>
> when i checkout trunk directory on repository, it will
> automatically checkout "public" directory on repository B. is
> it possible? how to achieve this?

It is entirely possible, using the svn:externals property:
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html

Cheers
John

> --
> View this message in context:
> http://www.nabble.com/could-i-create-a-file-link-or-drectory-l
> ink-to-another-repository--tp20062962p20062962.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: could i create a file link or drectory link to another repository?

Posted by "Bottomley, Peter" <PB...@t-tales.com>.
You can add external repository refernces in a directory's properties.

this explains it:
http://e-mats.org/2008/05/adding-an-external-svn-resource-with-tortoise/


Pete.


-----Original Message-----
From: thinktwice [mailto:iunknown918@hotmail.com] 
Sent: 20 October 2008 05:11
To: users@subversion.tigris.org
Subject: could i create a file link or drectory link to another
repository?


i.e

repository A
|____trunk
          |_______public
          |_______private
          |_______link_to_public_on_repositoryB

repository B
|____trunk
          |_______public
          |_______private

when i checkout trunk directory on repository, it will automatically
checkout "public" directory on repository B. is it possible? how to
achieve
this?
-- 
View this message in context:
http://www.nabble.com/could-i-create-a-file-link-or-drectory-link-to-ano
ther-repository--tp20062962p20062962.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org