[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: Jeremy Pereira <jeremy.pereira_at_ntlworld.com>
Date: 2005-01-13 19:00:37 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.

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
Received on Thu Jan 13 19:02:41 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.