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

Re: VSS to SVN...

From: Early Ehlinger <earlye_at_respower.com>
Date: 2004-02-17 00:39:49 CET

On Mon, 16 Feb 2004 subversion@millenix.mailshell.com wrote:
> Looks like svn:externals might be able to achieve what you want, probably in
> a more sensible way than VSS hard links. Have a look at the book section
> "Externals Definitions", which can be found at
> <http://svnbook.red-bean.com/html-chunk/ch07s03.html> currently.

Tried it. Only problem is that it assumes that any URL in svn:externals
refers to a directory and not a file, rather than checking with the server
first. As a result, on an svn update with svn:externals set, it created a
folder named form.dfm and then complained that the session with the server
was truncated (I suspect because it was expecting a folder listing).

I think you're right in principal though. If svn:externals worked with
individual files in addition to folders, it would be exactly what I was
looking for.

I think the approach I'm going to take is to fix the BCB build system so
that I can have post-build processes that will copy the file to the target
folder. Then when I commit the target folder (ignoring all the .obj's and
whatnot that are there), the modified .dfm file will go into the
repository...

Of course, this means I have to remember to commit the target folder when
I commit the source folder... I suppose I need to go research to see if
there's a way to tell svn that two folders must always be committed
together...

-- 
Best Regards,
- Early Ehlinger - CEO - ResPower, Inc - 866-737-7697 - www.ResPower.com 
- 500+ GHz Self-Service Super-Computer from $0.50/GHz*Hr
- (yes, five hundred gigahertz.  point-five terahertz.)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 17 04:30:09 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.