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