Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Having two checkouts to the same directory tree won't work. If you check out your source, and try to check out the OSS project source, any directory they have in common will fail, saying it's already a working directory for a different project.</p> <p>If you can gather the css, xml, xsl etc. into a common directory, you can put those in a single directory in your own project's svn, and then check them out into a directory in the working directory of the OSS project.</p> <p><strong>~/Working => svn://samhoice/project/trunk</strong></p> <p><strong>~/Working/osscomponent => svn://osshost/project/latesttag</strong></p> <p><strong>~/working/osscomponent/config => svn://samhoice/project/trunk/config</strong></p> <p>In this structure, the osscomponent directory does not exist in samhoice's svn repository. It is added by your setup script as the working directory root of the OSS project. The config directory is not checked out from the OSS project, and doesn't exist there. The config directory is created by your setup script and the config directory is checked out there from your project repository. </p> <p>So in this directory structure you have three checkouts. There is no recursive overlap, so you have no conflicts between svn mappings on any subdirectories.</p> <p>If you need your config files to be arranged within the structure of the OSS project, add some symlinks with your makefile or config script. You can also probably do this in a post-checkout hook in your svn client.</p> <p>I use a structure like this for one of my projects, for sharing some code between two project trees. The shared stuff is in a subtree like I recommended for your config section.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload