RE: global ignores

2014-09-08 Thread John Maher
Thanks Mark, that did it. JM From: Mark Phippard [mailto:markp...@gmail.com] Sent: Monday, September 08, 2014 1:18 PM To: John Maher; users@subversion.apache.org Subject: Re: global ignores Please keep users@ involved. On Mon, Sep 8, 2014 at 1:07 PM, John Maher mailto:jo...@rotair.com>>

Re: global ignores

2014-09-08 Thread Mark Phippard
Please keep users@ involved. On Mon, Sep 8, 2014 at 1:07 PM, John Maher wrote: > Thanks Mark. Could you be a little more specific? Like look at what > and where. I’ve been looking at all kinds of stuff and reading many, many > posts but nothing is clear. > I do not have any specific suggest

Re: global ignores

2014-09-08 Thread Mark Phippard
On Mon, Sep 8, 2014 at 12:47 PM, John Maher wrote: > Thanks for the reply Mark. For the new project they became versioned, > but not the projects prior to that. They all show up with the status > command with a ? in front except the two from the latest project. Before I > remove the two offen

Re: global ignores

2014-09-08 Thread Mark Phippard
On Mon, Sep 8, 2014 at 12:37 PM, John Maher wrote: > Hello > > > > I am trying to get subversion to ignore certain files and directories on a > windows system. I am using a windows 7 machine with a 1.7 subversion > client. My repository has about 40 projects in it and I want to ignore bin > an

Re: global-ignores

2011-04-15 Thread David Chapman
On 4/15/2011 12:53 PM, Shiyuan wrote: Hi, I want svn to ignore a certain files and I set up global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc *.pyo *.rej However, it doesn't seem to work. svn ci and svn update still check in or overwrite those files. What else do

Re: global-ignores

2011-04-15 Thread Andy Levy
On Fri, Apr 15, 2011 at 15:53, Shiyuan wrote: > Hi, > I want svn to ignore a certain files and I set up > > global-ignores = *.s *.o *.lo *.la *.al .libs *.s *.so *.so.[0-9]* *.a *.pyc > *.pyo  *.rej > > However, it doesn't seem to work. svn ci and svn update still check in or > overwrite those fi

Re: Global ignores

2010-10-07 Thread Ryan Schmidt
On Oct 7, 2010, at 15:29, Feldhacker, Chris wrote: > Where can I find more complete information on global-ignores and the expected > format/syntax of the patterns? > > The svnbook just indicates: > The global-ignores option is a list of whitespace-delimited globs which > describe the names of f