views:

309

answers:

4

I recently was working with a subversion project that checked out code not only from the repository I was working with, but also from a separate repository on a different server.

How can I configure my repository to do this?

I'm using the subversion client version 1.3.2 on Linux, and I also have access to TortoiseSVN version 1.4.8 (built on svn version 1.4.6) in Windows.

+9  A: 

See svn:externals

Hank Gay
A: 

I think you should take a look at the svn:externals property

Isak Savo
+1  A: 

Try svn:externals

http://svnbook.red-bean.com/en/1.0/ch07s03.html

lordscarlet
A: 

Search for svn:externals property in the documentation http://svnbook.red-bean.com/en/1.0/ch07s03.html

Kind regards Kai

Edit... wow I was way tooooo slow :-)