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

Re: repository layout for documents (howto, guide, tutorial)

From: Eric Wilhelm <ewilhelm_at_sbcglobal.net>
Date: 2005-03-04 16:17:51 CET

# The following was supposedly scribed by
# Choo Zhi Min
# on Friday 04 March 2005 01:39 am:

>I want to use SVN to store and version documents (how-to, guide,
>tutorial). Any recommendation on repository layout besides the
>trunk-branches-tags model?
>
>since the documents are edited by one person at a time, and do not
>require "run unit test in branch before commit to trunk", may be a
>simpler layout is enough?

You can stick them all in the root of the repository if you want to.
Note that subversion lets you move files between directories, so you
don't have to pull hair at the very beginning.

One issue to consider would be whether you are trying to export the
documents in various formats from a hook script. If so, it might be
worthwhile to consider how the conversion works. (e.g. if all of the
files in one directory require a latex2html command and the others need
to be run with a lyx export, a two-directory layout might make sense.)

Another option would be to separate them by content (as in
"how-to/how-to_chapter01.sxw", "guide/...", etc.)

--Eric

-- 
"It is a mistake to allow any mechanical object to realize that you are 
in a hurry." 
                                      -- Ralph's Observation
---------------------------------------------
    http://scratchcomputing.com
---------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 4 16:15:24 2005

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.