Hi,

El Martes 15 Julio 2008ES 16:42:12 Robert Osfield escribió:
> Is there some option in svn that I'm missing?

Generally joining two repositories require to do some administration work with 
the svnadmin tools.

First you would get the dump file of the osgWidget repository with "svnadmin 
dump". Then you would insert the osgWidgets dump file into OSG repository with 
"svnadmin load".

The disadvantage is that osgWidgets will be put at the root of the repository. 
To place it anywhere, a common recommendation on SVN lists is to replace file 
paths into the dump file (with sed or similar) before uploading to the new 
server.

It's not an automatic procedure but it's not very complicated either.

Hope that helps,

Alberto
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to