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

Re: svn copy practices.

From: Joseph Vigneau <joev_at_alum.wpi.edu>
Date: 2003-11-20 20:46:18 CET

Ben Collins-Sussman wrote:
>
>>I'd be interested to hear any other recommendations, too.
>
> Put the jar file into a directory. Include the directory in all your
> projects as an 'svn:external'. Read about externals in chapter 6.

I tried that, but it seems that svn:external only works with
directories, not individual files. In other words, if I set
svn:externals on proj1/lib to

   servlet.jar {repos}/packages/servlet.jar

and svn up, I get the error

   svn: Name does not refer to a filesystem directory
   svn: Attempted to create entry in non-directory parent

and a directory named proj1/lib/servlet.jar/ is created (0.33.1).

Of course, I could set

   lib {repos}/packages

on the proj1 directory, but I would like to put libraries into that
packages directory that aren't required by all of the projects in my
repository. I was just looking for a way to save space, but I can
definitely live with how it works now.

-joev

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 20 20:47:13 2003

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.