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

Mixing external (shared) files with project specific files in a common directory

From: Eike Römer <tbsb_at_gmx.net>
Date: 2006-04-11 20:40:56 CEST

Hi,

I have a project structure like this in my SVN repository:

|
+-ForCompilerA
| +-FrameworkDir
| +-FrameworkPart1.c
| +-FrameworkPart2.c
+-ForCompilerB
| +-FrameworkDir
| +-FrameworkPart1.c
| +-FrameworkPart2.c
+-CommonFiles
  +-FrameworkPart3.c
  +-FrameworkPart4.c

Some of the files need to be shared for both compilers and some need to be
compiler specific. I tried to set the svn:externals property of the
ForCompilerA directory to "FrameworkDir file:///MyCommonFilesRepository" but
only get the error "Working copy 'C:\dev_test\WST31ltA\Share\LangClt\oxf'
locked".
In the example above I need the common files FrameworkPart3.c and
FrameworkPart4.c to sit in one directory FrameworkDir together with
FrameworkPart1.c and FrameworkPart2.c.

The structure is fixed so I can't have the common files in another
subdirectory or something similar.

Is there a way to set up or use subversion to behave like I need it to? Or
am I using the wrong construct to "share" my files?

Thanks, Eike Roemer

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 11 22:02:54 2006

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.