On Tue, May 6, 2008 at 1:54 AM, Listman <listman_at_burble.net> wrote:
>
> On May 5, 2008, at 6:23 PM- May 5, 2008, Karl Fogel wrote:
>
>
> > Listman <listman_at_burble.net> writes:
> >
> > > yes i can do that, and thats what i'm currently doing. i was hoping to
> > > find a way to set that up for my users prior to them creating this
> > > kind of data. but thats fine, i can add the prop after the fact easily
> > > enough.
> > >
> >
> > Well, sure -- just add the prop before creating the data.
> >
> > (I guess I'm not understanding how the svn:ignore property fails to
> > address your use case perfectly...?)
> >
>
> in my env i don't always want to ignore this particular file, only when it
> appears inside the dir i mentioned. i tried to include the dir as part of
> the svn:ignore property pattern but it didn't seem to work.
I think you're misunderstanding. You need to set svn:ignore on the
"mydir" directory, to tell it to ignore the "myfile" file.
cd mydir
svn propset svn:ignore mydir .
svn ci
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-06 13:12:40 CEST