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

Build directory structure different from repository

From: Lief Erickson <lerickson_at_mqsoftware.com>
Date: 2006-09-20 17:15:31 CEST

I'm a writer who uses FrameMaker files, which are binary. My repository and working directory has a directory structure like this:

/product_docs
    /shared
    /book1
    /book2
    /book3
    /bookn

However, on my build machine the directory structure must change to allow the hyperlinks to work in the PDFs that I build. On my build machine the directory structure is:

/product_docs
    /shared
    /all

The /shared directory is the same in both places, but all of the files in the "/book" directories from the repository must now be in the /all directory on the build machine.

How would I set that up in SVN?

I've looked at the svn:externals feature, but I'm not sure it'll work. If it will, it's not clear how it should be set up so that the repository and all working copies are the same, except one -- the build machine.

Searching the archives turned up very little in the of FrameMaker, but a lot about svn:externals, but not my situation.

-Lief

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 20 17:16:19 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.