Thank you for your prompt response. Everything you said was correct
(of course). However it is still not working as I would like or
expect.
This excludes the entire tmp folder: \tmp*
But I would like to exclude everything in the tmp folder but keep the
tmp folder its self. I would expect the following pattern would do
that: \tmp\*
But alas (\tmp\*) does absolutely nothing.
If what I am trying to do is not possible, than I can recreate my tmp
folders with a bat file after I export or checkout. But that just
seems silly :)
Thanks.
On Nov 28, 12:22 pm, Stefan Küng <tortoise..._at_gmail.com> wrote:
> php.baker wrote:
> > I know this question has been asked numerous times, but I cant find
> > any helpful answers....
>
> > I have the following dir structure:
> > -app
> >    --dir1
> >    --dir2
> >    --tmp
> >       ---cache
> >          ----views
> >          ----persistent
> >          ----models
> >       ---logs
> >       ---sessions
> >       ---tests
> >    --dir3
>
> Is the --tmp folder versioned? If not, right-click on that folder,
> choose "ignore" from the TSVN submenu.
> That will set the svn:ignore property for that folder.
>
> > I want to ignore all files in in my tmp directory and in tmp sub
> > folders, but still keep the folders intact. I have tried the following
> > pattern as well as various derivatives that involved adding and
> > removing forward slashes and asterisks, but nothing seems to have ANY
> > affect.
>
> > Global ignore pattern:
> > *tmp/cache/models* *tmp/cache/persistent* *tmp/cache/views* *tmp/logs*
> > *tmp/sessions* *tmp/tests*  *empty
>
> Windows uses backward slashes, so your forward slashes won't work.
>
> If you want to ignore everything below \tmp, just use
> \tmp* \tmp\*
> as the ignore pattern.
>
> Stefan
>
> --
>        ___
>   oo  // \\      "De Chelonian Mobile"
>  (_,\/ \_/ \     TortoiseSVN
>    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
>    /_/   \_\    http://tortoisesvn.net
>
>  signature.asc
> < 1KViewDownload
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-11-28 21:01:58 CET