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

Propset and externals

From: Tj Warren <tj_at_sage-inc.com>
Date: 2005-02-23 15:46:54 CET

I have a batch file >>

--snip
#!/bin/sh
svn checkout svn://192.168.0.180/svn/linux/bh.1/source/config
echo "externals
svn://192.168.0.180/svn/linux/bh.1/source/common/common.h" >prop
echo "externals svn://192.168.0.180/svn/linux/bh.1/source/common/init.h"
>>prop
echo "externals svn://192.168.0.180/svn/common/getline.h" >>prop
echo "externals svn://192.168.0.180/svn/common/md5.h" >>prop
echo "externals svn://192.168.0.180/svn/common/user.h" >>prop
svn propset svn:externals -F prop config
svn commit config -m "externals"
rm config -rf
--snip

This creates all the links, but when anyone does a checkout they
actually only get the last extern?

Any suggestions?

*note - the path /svn/common/user.h is actually a directory, not a file

Thanks in advance

--
Tj Warren - System Administrator - 806.354.8185 - tj@sage-inc.com -
http://www.sage-inc.com
------------------------------------------------------------------------
Received on Wed Feb 23 15:50:32 2005

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.