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

relative paths in externals ?

From: Didier Verna <didier_at_lrde.epita.fr>
Date: 2004-08-25 12:05:57 CEST

[ Please Cc: me, I'm not on the list, thanks. ]

        Hi !

Suppose I have a project that contains the following directories:

proj/common
proj/dir1
proj/dir2
...

I'd like to have a 'common' subdir in all 'dir[0-9]+' directories, pointing
(in the svn externals sense) to proj/common. In other words I'd like to be
able to do:

for i in wc/dir[0-9]* ; do
  cd wc/$i
  svn mkdir common
  svn propset svn:externals ../common common
done

../common should be seen as a path relative to the current directory, in the
current repository of course. This doesn't seem to be possible. Is there a
chance to get this one day ?

Thanks !

-- 
Didier Verna, didier_at_lrde.epita.fr, http://www.lrde.epita.fr/~didier
EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-Bicêtre, France   Fax.+33 (1) 53 14 59 22   didier@xemacs.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 25 17:35:42 2004

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.