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

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

From: Stoffers, Roger, VF-NL <roger.stoffers_at_vodafone.com>
Date: 2006-04-12 10:50:27 CEST

Hi Eike,

I think what you descibe is documented in "Pragmatic Version Control using Subversion" (Pragmatic Bookshelf).

Sorry, no concrete answer. But this might be a good lead.

ISBN: 0-9745140-6-3

Kind regards,

Roger Stoffers

-----Original Message-----
From: "Eike Römer" [mailto:tbsb@gmx.net]
Sent: Tuesday, April 11, 2006 8:41 PM
To: users@subversion.tigris.org
Subject: Mixing external (shared) files with project specific files in a common directory

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 12 10:51:44 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.