Re: override global-ignores from server side

2017-09-28 Thread Daniel Shahaf
Can you ask a self-contained question? I'm not sure from the thread above what you're asking. Are you asking how to use svn:global-ignores to REMOVE an entry from the ignore list that's configured in the client's ~/.subversion/config file's [miscellany]global-ignores knob (which, if commented out

Re: override global-ignores from server side

2017-09-26 Thread Balogh Péter
users@subversion.apache.org Subject: Re: override global-ignores from server side Hi, Yes, I'm aware that adding the .a file manually is possible, but it does not solve the issue, that we have to check manually after every library update, if a new .a file is added And the issue won't show up, until we

Re: override global-ignores from server side

2017-09-25 Thread Johan Corveleyn
gt; To: users@subversion.apache.org >>> Subject: Re: override global-ignores from server side >>> >>> Hi, >>> >>> Yes, I'm aware that adding the .a file manually is possible, but it does not >>> solve the issue, that we have to check manually af

Re: override global-ignores from server side

2017-09-19 Thread Branko Čibej
On 19.09.2017 11:02, Bert Huijben wrote: > >> -Original Message- >> From: Balogh Péter [mailto:balogh.pe...@xcite.hu] >> Sent: dinsdag 19 september 2017 10:59 >> To: users@subversion.apache.org >> Subject: Re: override global-ignores from server si

Re: override global-ignores from server side

2017-09-19 Thread Balogh Péter
10:59 To: users@subversion.apache.org Subject: Re: override global-ignores from server side Hi, Yes, I'm aware that adding the .a file manually is possible, but it does not solve the issue, that we have to check manually after every library update, if a new .a file is added And the issue won't show

RE: override global-ignores from server side

2017-09-19 Thread Bert Huijben
> -Original Message- > From: Balogh Péter [mailto:balogh.pe...@xcite.hu] > Sent: dinsdag 19 september 2017 10:59 > To: users@subversion.apache.org > Subject: Re: override global-ignores from server side > > Hi, > > Yes, I'm aware that adding the .

Re: override global-ignores from server side

2017-09-19 Thread Balogh Péter
On 2017-09-19 10:54, Bert Huijben wrote: -Original Message- From: Balogh Péter [mailto:balogh.pe...@xcite.hu] Sent: dinsdag 19 september 2017 10:45 To: users@subversion.apache.org Subject: override global-ignores from server side Hi, I think our use case is not covered even with the recent

RE: override global-ignores from server side

2017-09-19 Thread Bert Huijben
> -Original Message- > From: Balogh Péter [mailto:balogh.pe...@xcite.hu] > Sent: dinsdag 19 september 2017 10:45 > To: users@subversion.apache.org > Subject: override global-ignores from server side > > Hi, > > I think our use case is not covered ev

override global-ignores from server side

2017-09-19 Thread Balogh Péter
, to override the client's default global-ignores with a repository specific one? Best regards, Peter

global ignores

2014-09-08 Thread John Maher
to properly edit it. I saw # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo I tried # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.sou And # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo global-ignores = *.sou

Re: global ignores

2014-09-08 Thread Mark Phippard
there. So I tried to edit it, however I can find no information on how to properly edit it. I saw # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo I tried # global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo *.sou And # global

Re: global ignores

2014-09-08 Thread Mark Phippard
On Mon, Sep 8, 2014 at 12:47 PM, John Maher jo...@rotair.com 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

Re: global ignores

2014-09-08 Thread Mark Phippard
ENTER. Then edit the file named config with a text editor. The default value for this option is: [miscellany] ### Set global-ignores to a set of whitespace-delimited globs ### which Subversion will ignore in its 'status' output, and ### while importing or adding files and directories. global

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 jo...@rotair.commailto:jo

Re: global-ignores

2011-04-15 Thread Andy Levy
On Fri, Apr 15, 2011 at 15:53, Shiyuan gshy2...@gmail.com 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

Global ignores

2010-10-07 Thread Feldhacker, Chris
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 files and directories that Subversion should not display unless

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 files