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

Re: Advice on maintaining doc dir

From: <Nick_Gianakas_at_sybari.com>
Date: 2005-01-13 19:58:25 CET

> Why are you putting the doxygen *generated* files in the repository?

> I have a build target that generates the docs in much the same way as I
> have a build target that generates the executables.
Yes, we have the same target.
We store it in a repo so it can be viewed at any time on our intranet. By
storing it in a repo, anytime the documentation is pulled up in a browser,
the latest is available. This is different from our releases where the
docs are generated and packaged w/ the release.

Regards,
Nick G

Jeremy Pereira <jeremy.pereira@ntlworld.com>
01/13/2005 01:00 PM
 
        To: subversion <users@subversion.tigris.org>
        cc:
        Subject: Re: Advice on maintaining doc dir

Why are you putting the doxygen *generated* files in the repository?

I have a build target that generates the docs in much the same way as I
have a build target that generates the executables.

On Jan 13, 2005, at 17:46, Nick_Gianakas@sybari.com wrote:

> We use Doxygen to generate documentation from our software, and then
> commit it to our repo.
> Does anyone have any suggestions on how to do this efficiently. Here's
> the situation:
>
> This is the ideal procedure:
> 1. Change code w/ documentation
> 2. Run Doxygen
> 3. Commit changes
>
> This is the actual procedure:
> 1. Change code w/ documentation
> 2. svn delete (but don't commit) all files in doc dir
> 3. Run Doxygen (placing new files in doc dir)
> 4. svn add all files currently in dir (ignore warnings about files
> already in repo)
> 5. svn revert all files currently in dir
>
> The reason for this is to handle cases that doc files have been added
> or
> deleted.
>
> Is there a simpler way? I seem to recall CVS having some convenient
> method of handling such a case.
>
> Regards,
> Nick G.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>

--
Jeremy Pereira
http://www.jeremyp.net
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
---------------------------------------------------------------------
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 Thu Jan 13 19:58:48 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.