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

Re: How to Handle Versioning a Log File in an App's Source

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 1 May 2008 11:58:34 -0400

On Thu, May 1, 2008 at 11:48 AM, David G <jamdavidg_at_gmail.com> wrote:
> Yeah, it's that kind of thing. I want a template/example copy to
> exist in the repository in case I checkout this app to another
> location or computer. But I don't care to version all the log appends
> during the normal course of running the program.

http://subversion.tigris.org/faq.html#ignore-commit

Or, have the program take a parameter which will output a sample log,
and set svn:ignore to ignore that file. Then when in doubt, run
program.exe --make-sample (for example) and then you'll have that
example for reference.

>
>
>
> > "David G" <jamdavidg-Re5JQEeQqe8AvxtiuMwx3w_at_public.gmane.org> writes:
> >
> > You probably want to version a LogFile.sample file that your app will
> > copy to LogFile at startup if it does not exist yet.
> >
> > --
> > Paul
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-05-01 17:58:44 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.