Sure you can. This is what the svn:externals feature is designed
for. Look up the explanation in the book.
http://svnbook.org
Sent from my iPhone
On Jan 9, 2010, at 6:30 PM, Brian Topping <topp...@codehaus.org> wrote:
You can do that within a single repository, but not between
repositories.
On Jan 9, 2010, at 6:23 PM, Samuel ROZE wrote:
Hello,
I'm a user of SVN and I want to know if it is possible to create
links
between repositories ?
For exemple, if the directory /project1/trunk/includes/lib1 of
repository #1 can refer to directory /lib1/trunk of repository #2 ?
[file:///svn/repository-1/projet1/trunk/includes/lib1 ->
file:///svn/repository-2/lib1/trunk]
Is it possible?
Regards,
Samuel ROZE.