Re: Property svn:ignore reported as inherited by svn proplist

2023-03-21 Thread Johan Corveleyn
gt;> missing. I would write something like: >> ...the patterns found in the svn:ignore property apply only to the directory >> on which that property is set, and not to any of its subdirectories, however >> it will still be listed by svn propget/proplist commands on subdirec

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
Den mån 20 mars 2023 kl 21:09 skrev Xsawer xsawer : > Both are correct in my eyes, just the information, that svn:ingore is > listed by svn propget/proplist when using parameter --show-inherited-props, > is missing. I would write something like: > ...the patterns found in the svn:ign

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
Both are correct in my eyes, just the information, that svn:ingore is listed by svn propget/proplist when using parameter --show-inherited-props, is missing. I would write something like: ...the patterns found in the svn:ignore property apply only to the directory on which that property is set

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
rited. > +1 > > -- Původní e-mail -- > Od: Daniel Sahlberg > Komu: Xsawer xsawer > Kopie: users@subversion.apache.org > Datum: 20. 3. 2023 19:44:05 > Předmět: Re: Property svn:ignore reported as inherited by svn proplist > > Den mån

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
: Xsawer xsawer Kopie: users@subversion.apache.org Datum: 20. 3. 2023 19:44:05 Předmět: Re: Property svn:ignore reported as inherited by svn proplist " Den mån 20 mars 2023 kl 19:04 skrev Xsawer xsawer mailto:xxsa...@seznam.cz)>: " Hi, thank you for quick response. I would say th

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
Den mån 20 mars 2023 kl 19:04 skrev Xsawer xsawer : > Hi, > thank you for quick response. > I would say this is kind of gray zone. > I don't want svn:ignore to be inherited to all the subfolders. Not at all. > For what svn:global-ignores would be then? > I only think when

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
Hi, thank you for quick response. I would say this is kind of gray zone. I don't want svn:ignore to be inherited to all the subfolders. Not at all. For what svn:global-ignores would be then? I only think when something is inherited then it is automatically applied. What else would b

Re: Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Daniel Sahlberg
Den mån 20 mars 2023 kl 17:39 skrev Xsawer xsawer : > Hi, > Say I have following folder structure: > main > - config > > Folder main has set property svn:ignore to: > abc > def > ghi > > Folder config has no properties set. Property svn:ignore is not >

Property svn:ignore reported as inherited by svn proplist

2023-03-20 Thread Xsawer xsawer
Hi, Say I have following folder structure: main  - config Folder main has set property svn:ignore to: abc def ghi Folder config has no properties set. Property svn:ignore is not inheritable. I am wondering why is property svn:ignore reported as inherited from folder main when

Re: Windows, svn propset svn:ignore *

2022-08-28 Thread Daniel Shahaf
Jon Daley via users wrote on Fri, 26 Aug 2022 13:13 +00:00: > I don't use Windows, so I can't help you on the escaping of the *, but I > often use propedit, rather than propset (partly because I can never > remember the order of the directory and the property value), Usually (not just in svn) th

Re: Windows, svn propset svn:ignore *

2022-08-28 Thread Branko Čibej
On 28.08.2022 14:39, Daniel Sahlberg wrote: Den fre 26 aug. 2022 kl 15:13 skrev Jon Daley : I don't use Windows, so I can't help you on the escaping of the *, but I often use propedit, rather than propset (partly because I can never remember the order of the directory and the pr

Re: Windows, svn propset svn:ignore *

2022-08-28 Thread Daniel Sahlberg
Den fre 26 aug. 2022 kl 15:13 skrev Jon Daley : > I don't use Windows, so I can't help you on the escaping of the *, but I > often use propedit, rather than propset (partly because I can never > remember the order of the directory and the property value), so that would > be easy enough for a one-o

Re: Windows, svn propset svn:ignore *

2022-08-26 Thread Jon Daley via users
ortoiseSVN, can't you just right-click the directory and set the property that way and avoid the command-line usage entirely? On Fri, 26 Aug 2022, Daniel Sahlberg wrote: Hi, Using Subversion "trunk" on Windows built from TortoiseSVN. I would like to set the svn:ignore property to

Windows, svn propset svn:ignore *

2022-08-26 Thread Daniel Sahlberg
Hi, Using Subversion "trunk" on Windows built from TortoiseSVN. I would like to set the svn:ignore property to * on a certain directory. (I'm trying to ignore everything since I'd only want to explicitly add a few subdirectories). I thought this would do the trick C:\wc>

Re: svn:ignore of checked in files and commit

2020-04-15 Thread Johan Corveleyn
On Wed, Apr 15, 2020 at 2:03 PM Attila Kinali wrote: > > On Wed, 15 Apr 2020 13:53:07 +0200 > Branko Čibej wrote: > > > I don't remember svn:ignore *ever* working the way you describe. Can you > > tell us which version of Subversion you were using? Are you absolutel

Re: svn:ignore of checked in files and commit

2020-04-15 Thread Mark Phippard
On Wed, Apr 15, 2020 at 7:28 AM Attila Kinali wrote: > In the days of old, like several years back... > When we had files that needed to be edited localy for each user/developer, > we used to check them in normally, then set svn:ignore to ignore those > files. This would result `sv

Re: svn:ignore of checked in files and commit

2020-04-15 Thread Attila Kinali
On Wed, 15 Apr 2020 13:53:07 +0200 Branko Čibej wrote: > I don't remember svn:ignore *ever* working the way you describe. Can you > tell us which version of Subversion you were using? Are you absolutely > sure it wasn't modified to behave as you describe? That was like 10-15

Re: svn:ignore of checked in files and commit

2020-04-15 Thread Branko Čibej
On 15.04.2020 13:27, Attila Kinali wrote: > Hi, > > In the days of old, like several years back... > When we had files that needed to be edited localy for each user/developer, > we used to check them in normally, then set svn:ignore to ignore those > files. This would result `svn

svn:ignore of checked in files and commit

2020-04-15 Thread Attila Kinali
Hi, In the days of old, like several years back... When we had files that needed to be edited localy for each user/developer, we used to check them in normally, then set svn:ignore to ignore those files. This would result `svn commit` to ignore those files unless forced to by explicitly

Re: svn:ignore

2017-12-19 Thread Anton Shepelev
Ryan Schmidt to Anton Shepelev: >>I have now another question: how do I specify several >>ignore pattern on the Windows commandline? I have no idea >>how to pass a list of new-line separated values. > >I'd use "svn propedit", and not specify a value on the >command line; this will open your edito

Re: svn:ignore

2017-12-19 Thread Ryan Schmidt
On Dec 19, 2017, at 06:24, Anton Shepelev wrote: > I wrote: > >> Now, when I modify file.txt, svn still detects the >> modification and has no problem commiting it. What am I >> doing wrong? >> >> I expect that it will ignore changes to file.txt. If not,

Re: svn:ignore

2017-12-19 Thread Anton Shepelev
I wrote: >Now, when I modify file.txt, svn still detects the >modification and has no problem commiting it. What am I >doing wrong? > >I expect that it will ignore changes to file.txt. If not, >what is the purpose of svn:ignore? Got it -- it applies at the moment of 

svn:ignore

2017-12-19 Thread Anton Shepelev
Hello, all I can't seem to understand the usage of the svn:ignore property. I have a directory DIR with a file file.txt in it, which I want ignored. I entered DIR, and typed: svn propset svn:ignore file.txt . svn ci . Now, when I modify file.txt, svn still detects the modification an

Re: help with svn:ignore

2013-12-12 Thread Thorsten Schöning
I have another server that I also renamed files on using "svn move" > but I moved the files one at a time instead of with a script. This > server reports svn:ignores at revisions after moves were executed > even though I did not restore a backup. svn:ignore surely is no

RE: help with svn:ignore

2013-12-12 Thread Hinote, Scotty (MSFC-IS40)[NICS]
Grok would pick up on. Thank you, Scotty -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Thursday, December 12, 2013 2:11 PM To: Hinote, Scotty (MSFC-IS40)[NICS]; users@subversion.apache.org Subject: RE: help with svn:ignore > I am using Subversion 1.6.11-10 on Re

RE: help with svn:ignore

2013-12-12 Thread Bob Archer
2013-12-10 20:34:13 + (Tue, 10 Dec 2013) | 1 line set > svn:ignores > > r3 | rancid | 2013-12-10 19:04:29 + (Tue, 10 Dec 2013) | 1 line new > > Newer revisions show updates or new router (new file) and there is history > for all revisi

help with svn:ignore

2013-12-12 Thread Hinote, Scotty (MSFC-IS40)[NICS]
line set svn:ignores r3 | rancid | 2013-12-10 19:04:29 + (Tue, 10 Dec 2013) | 1 line new Newer revisions show updates or new router (new file) and there is history for all revisions past r2041. I executed "svn propdel svn:ignore --revprop -r 2041 file:///opt/rancid/

Re: meta-suggestion Re: svn:ignore and svn merge - quick questions

2013-04-27 Thread Daniel Shahaf
bt themselves a little less and answer anyway: - They probably know that part of Subversion better than the poster - Posters often get some things wrong (example: "I want to use global-ignores to avoid merge conflicts", "Why doesn't 'svn ps -F .gitignore svn:ignore'

Re: svn:ignore and svn merge - quick questions

2013-04-27 Thread Johan Corveleyn
g from a trunk to our working copy branch and it > failed because one of the jar inside /scratch/test/build/jars is causing a > conflict. > > (eg /scratch/testMerge/build/jars/a.jar) > > We like to use svn:ignore to ignore the jar files so that the conflict would > go away in t

Re: svn:ignore and svn merge - quick questions

2013-04-27 Thread Thorsten Schöning
Guten Tag Z W, am Samstag, 27. April 2013 um 18:51 schrieben Sie: > How do we set it right ?   > Can svn:ignore be used with svn merge or is svn:ignore only used > for svn checkout as a typical use case for svn:ignore ? svn:ignore only works on the current versioned directory and

svn:ignore and svn merge - quick questions

2013-04-27 Thread Z W
inside /scratch/test/build/jars is causing a conflict. (eg /scratch/testMerge/build/jars/a.jar) We like to use svn:ignore to ignore the jar files so that the conflict would go away in the next merge. What's the correct syntax to svn:ignore using it at the root directory. We have /sc

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Les Mikesell
On Tue, Oct 30, 2012 at 12:55 PM, Vitor Barata wrote: > > The problem is that the C files automatically generated for bindings > are often mixed with standard versioned C files... However, after > further inspection here, it seems to me that the binding files could > indeed be put in a separate di

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Vitor Barata
> I'm not quite sure if you really understand the impact of svn:ignore. > What behaviour are you expecting from the svn:ignore mechanism exactly, > and how would the expected behaviour impact your workflow? We want the unversioned files to not show in svn status or in tortoiseSVN&#

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Stefan Sperling
es subversion setting. We do exactly the same thing in Subversion itself, and we do have ignore patterns like *.c and so on within the bindings source directories. There doesn't seem to be any problem with this in our project. This command lists the patterns we use: svn propget -v -R svn:ignore

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Vitor Barata
clear that the current ignore system isn't well suited > for this case, so maybe we should extend Subversion in some way to > account for this. The simplest and cleanest way I see to extend Subversion to account for this is to provide another special property, say svn:localignore, th

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Stefan Sperling
re local file or svn:localignore > > property or something like that) as well as the versioned svn:ignore > > property. > > But there's none and unless you code this feature on your own you > won't get it anytime soon, I guess. The only thing left is your build > sy

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Thorsten Schöning
Guten Tag Vitor Barata, am Dienstag, 30. Oktober 2012 um 14:54 schrieben Sie: > I > can't help but think that there should be an unversioned list of > ignored file patterns (.svnignore local file or svn:localignore > property or something like that) as well as the versioned svn:

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Vitor Barata
en the current in-development projects and other configuration options. With CVS, it marked these files as ignored by locally editing the .cvsignore file inside each folder, which did not have any undesired effect. Now, with SVN, our first idea was to locally edit each folder's svn:ignore prope

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-30 Thread Thorsten Schöning
Guten Tag Vitor Barata, am Dienstag, 30. Oktober 2012 um 06:58 schrieben Sie: > Maybe I called our system the wrong name. It is a homemade system, and > here are some of the things that it does: Just to be clear: What you call your build system is used directly by the devs and something we can th

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-29 Thread Vitor Barata
> I don't think I did fully understand the interaction between your > build system and your devs, as normally build systems like Jenkins, > Hudson etc. run on a separate server fully automated and per default > just don't commit anything, therefore it's very unimportant if the > working copy they a

Re: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-29 Thread Thorsten Schöning
Guten Tag Vitor Barata, am Montag, 29. Oktober 2012 um 16:56 schrieben Sie: > So, I would like to know if anyone has a better idea, and/or > if anyone agrees that a local .svnignore file (or an extra unversioned > svn:ignore property) has a good use after all. I don't thi

RE: SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-29 Thread Bob Archer
> I have searched for this issue in several places, but none of the feature > requesters presented a scenario like mine, and the overall conclusion was that > the svn:ignore property was sufficient. However, I stand by the opinion that a > local .svnignore file is also necessary (

SVN offers svn:ignore property, but I also need some kind of .svnignore local file (or an extra unversioned version of svn:ignore)

2012-10-29 Thread Vitor Barata
Hello all, I have searched for this issue in several places, but none of the feature requesters presented a scenario like mine, and the overall conclusion was that the svn:ignore property was sufficient. However, I stand by the opinion that a local .svnignore file is also necessary (or some

Re: Quirk with svn:ignore

2012-03-19 Thread Geoff Hoffman
On Mon, Mar 19, 2012 at 10:50 AM, Ryan Schmidt < subversion-20...@ryandesign.com> wrote: > > On Mar 19, 2012, at 12:16, Giulio Troccoli wrote: > > > Ok, have you tried ignoring just logs rather than all files, I mean svn > ps svn:ignore logs ? > > The logs direct

Re: Quirk with svn:ignore

2012-03-19 Thread Ryan Schmidt
On Mar 19, 2012, at 12:16, Giulio Troccoli wrote: > Ok, have you tried ignoring just logs rather than all files, I mean svn ps > svn:ignore logs ? The logs directory has already been added and committed; telling Subversion to now ignore it will do nothing useful.

Re: Quirk with svn:ignore

2012-03-19 Thread Geoff Hoffman
t;> Do you mean that the files are shown with an A in the first column? > > > No, they're shown as > > ? logs/error.log > ? logs/access.log > > But they're not automagically ignored, even though they match "logs/*" > which successfully is applied a

Re: Quirk with svn:ignore

2012-03-19 Thread Giulio Troccoli
g But they're not automagically ignored, even though they match "logs/*" which successfully is applied as an svn:ignore pattern on trunk. Ok, have you tried ignoring just logs rather than all files, I mean svn ps svn:ignore logs ? As Andy said, the * is expanded by your shell, s

Re: Quirk with svn:ignore

2012-03-19 Thread Geoff Hoffman
Ahhh Rats. Thanks I missed that. On Mon, Mar 19, 2012 at 10:13 AM, Mark Phippard wrote: > in that same directory. -- This email, including any attachments, is for the sole use of the intended recipient and may contain confidential information. If you are not the intended recipient, pleas

Re: Quirk with svn:ignore

2012-03-19 Thread Mark Phippard
On Mon, Mar 19, 2012 at 1:11 PM, Geoff Hoffman wrote: > > Mark, I believe you, however I don't see which part of the docs you link > to addresses this case... > This part: When found on a versioned directory, the svn:ignore property is expected to contain a list of newli

Re: Quirk with svn:ignore

2012-03-19 Thread Geoff Hoffman
gh they match "logs/*" which successfully is applied as an svn:ignore pattern on trunk. On Mon, Mar 19, 2012 at 9:35 AM, Mark Phippard wrote: > That is exactly how the feature is supposed to work. Described in book > here: > > http://svnbook.red-bean.com/en/1.7/svn.advan

Re: Quirk with svn:ignore

2012-03-19 Thread Mark Phippard
On Mon, Mar 19, 2012 at 12:26 PM, Geoff Hoffman wrote: > I ran into an unexpected behavior with svn:ignore today and wanted to see if > someone can verify whether this is a bug (in the current version) or just an > aspect of how Subversion works. We're still on 1.6x. > &g

Re: Quirk with svn:ignore

2012-03-19 Thread Andy Levy
On Mon, Mar 19, 2012 at 12:26, Geoff Hoffman wrote: > I ran into an unexpected behavior with svn:ignore today and wanted to see if > someone can verify whether this is a bug (in the current version) or just an > aspect of how Subversion works. We're still on 1.6x. > > Given a

Re: Quirk with svn:ignore

2012-03-19 Thread Giulio Troccoli
On 19/03/12 16:26, Geoff Hoffman wrote: I ran into an unexpected behavior with svn:ignore today and wanted to see if someone can verify whether this is a bug (in the current version) or just an aspect of how Subversion works. We're still on 1.6x. Given a tree with trunk +

Quirk with svn:ignore

2012-03-19 Thread Geoff Hoffman
I ran into an unexpected behavior with svn:ignore today and wanted to see if someone can verify whether this is a bug (in the current version) or just an aspect of how Subversion works. We're still on 1.6x. Given a tree with trunk + cache + htdocs + logs + system I have

Re: Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-15 Thread Andreas Krey
On Thu, 15 Mar 2012 02:06:08 +, Daniel Shahaf wrote: > Andreas Krey wrote on Wed, Mar 14, 2012 at 15:33:35 +0100: ... > > But the real strange thing: I did only do a merge; not actually > > edit any properties myself. > > > > So? Propchanges are merged too. Yes, but they weren't modified (b

Re: Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-14 Thread Daniel Shahaf
x27;: > Cannot accept non-LF line endings in 'svn:ignore' property > > For one it would really helpful to know which of the seventeen > svn:ignore properties is the culprit. > It's probably an easy patch to libsvn_repos/fs-wrap.c. > But the real strange thing:

Re: Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-14 Thread Andreas Krey
On Wed, 14 Mar 2012 15:33:35 +, Andreas Krey wrote: ... > Cannot accept non-LF line endings in 'svn:ignore' property ... > Even worse: There are only 0a (LF) line endings in the ignore properties. > No 0d (CR) in sight; at least in the output of 'svn pg svn:ignore&#

Cannot accept non-LF line endings in 'svn:ignore' property

2012-03-14 Thread Andreas Krey
Hi, the full glory: svn: E175008: Commit failed (details follow): svn: E175008: At least one property change failed; repository is unchanged svn: E175002: Error setting property 'ignore': Cannot accept non-LF line endings in 'svn:ignore' property For one it would re

Re: problems with propset svn:ignore

2011-09-09 Thread Ryan Schmidt
Please keep idscussion on the mailing list by using Reply All. My reply below: On Sep 9, 2011, at 08:17, Randy Paries wrote: > On Thu, Sep 8, 2011 at 10:46 PM, Ryan Schmidt wrote: >> >> >> svn:ignore is for ignoring unversioned files that you do not want to commit >>

Re: problems with propset svn:ignore

2011-09-08 Thread Ryan Schmidt
; so when i do a svn up i want to ignore or not update > userdirs and below > inc/settings.php > > i have created a file in / called svnIgnoreFiles.me > i then did > > [root@moosejaw html]# svn propset svn:ignore -F svnIgnoreFiles.me . > property 'svn:ignore' set o

problems with propset svn:ignore

2011-09-08 Thread Randy Paries
a file in / called svnIgnoreFiles.me i then did [root@moosejaw html]# svn propset svn:ignore -F svnIgnoreFiles.me . property 'svn:ignore' set on '.' i delete userdirs/* but when i do a svn up it still brings down from svn all the userdirs what part am i missing?? thanks Randy

Re: svn:ignore with recursive and non-recursive patterns

2010-12-02 Thread Steve Cohen
On 12/02/2010 10:23 AM, Steve Cohen wrote: On 12/01/2010 12:29 PM, Steve Cohen wrote: I have a need to define a number of svn:ignore patterns in my project. Some are specific directories somewhere in my project tree. Others are particular file types created by a build process such as *.o which

Re: svn:ignore with recursive and non-recursive patterns

2010-12-02 Thread Steve Cohen
On 12/01/2010 12:29 PM, Steve Cohen wrote: I have a need to define a number of svn:ignore patterns in my project. Some are specific directories somewhere in my project tree. Others are particular file types created by a build process such as *.o which may be found in any number of directories

Re: pattern for specifying svn:ignore for files without extension

2010-12-02 Thread Ryan Schmidt
On Dec 2, 2010, at 08:43, Luke Imhoff wrote: > On Thu, 2010-12-02 at 00:31 -0600, Daniel Shahaf wrote: >> svn:ignore patterns are apr_fnmatch() patterns, and apr_fnmatch() does >> accept regex-like [a-z] expressions in its patterns, so you could try >> >> [a-z][a-

Re: pattern for specifying svn:ignore for files without extension

2010-12-02 Thread Luke Imhoff
e. Is there a pattern specifier that would embrace all files > > > without an extension? > > > > I can't think of a way to do that. > > > > svn:ignore patterns are apr_fnmatch() patterns, and apr_fnmatch() does > accept regex-like [a-z] expressions in

Re: svn:ignore with recursive and non-recursive patterns

2010-12-02 Thread Daniel Shahaf
Steve Cohen wrote on Thu, Dec 02, 2010 at 07:48:05 -0600: > On 12/02/2010 12:23 AM, Daniel Shahaf wrote: >> You can use 'propedit --editor-cmd=script.sh **/', where script.sh >> appends '*.o' to argv[1]. >> > Does svn propset svn:ignore accept the *

Re: svn:ignore with recursive and non-recursive patterns

2010-12-02 Thread Steve Cohen
7;sed -i s/foo/bar/' svn:log Steve Cohen wrote on Wed, Dec 01, 2010 at 12:29:58 -0600: I have a need to define a number of svn:ignore patterns in my project. Some are specific directories somewhere in my project tree. Others are particular file types created by a build process such as

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Daniel Shahaf
; > > > abcde > > fghqp > > > > etc. > > > > I believe that * will match any files with or without periods so it isn't > > suitable. Is there a pattern specifier that would embrace all files > > without an extension? > > I can't thi

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Daniel Shahaf
Steve Cohen wrote on Wed, Dec 01, 2010 at 17:40:12 -0600: > On 12/01/2010 03:33 PM, Ryan Schmidt wrote: >> On Dec 1, 2010, at 15:19, Steve Cohen wrote: >> >>> It seems to me that >>> svn --recursive propset svn:ignore xyz >>> >>> is basica

Re: svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Daniel Shahaf
e on Wed, Dec 01, 2010 at 12:29:58 -0600: > I have a need to define a number of svn:ignore patterns in my project. > > Some are specific directories somewhere in my project tree. Others are > particular file types created by a build process such as *.o which may > be found in a

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
On 12/01/2010 03:33 PM, Ryan Schmidt wrote: On Dec 1, 2010, at 15:19, Steve Cohen wrote: It seems to me that svn --recursive propset svn:ignore xyz is basically just syntactic sugar for manually going through issuing svn propset svn:ignore xyz on every node of the directory

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 15:19, Steve Cohen wrote: > It seems to me that > svn --recursive propset svn:ignore xyz > > is basically just syntactic sugar for manually going through issuing > svn propset svn:ignore xyz > > on every node of the directory structure, It

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
tory) that you could svn:ignore everything in? Sadly, no, not without a major rewrite of the build process. This is deep legacy stuff, using make, with the typical pattern of mixing source and object in the same directory. Not the way I would have designed it but ... Then you may have

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
Redirecting this discussion back to the mailing list.. On Dec 1, 2010, at 14:05, Steve Cohen wrote: > On 12/01/2010 01:38 PM, Ryan Schmidt wrote: >> Can you have the build process write its files to a different directory (a >> "build" directory) that you could

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
ou have the build process write its files to a different directory (a "build" directory) that you could svn:ignore everything in?

Re: pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Ryan Schmidt
th or without periods so it isn't > suitable. Is there a pattern specifier that would embrace all files without > an extension? I can't think of a way to do that. > Alternatively, one common differentiating aspect of these files is that they > have executable privileges.

pattern for specifying svn:ignore for files without extension

2010-12-01 Thread Steve Cohen
brace all files without an extension? Alternatively, one common differentiating aspect of these files is that they have executable privileges. Being able to svn:ignore based on this would be a nice feature to have.

Re: svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Ryan Schmidt
On Dec 1, 2010, at 12:29, Steve Cohen wrote: > I have a need to define a number of svn:ignore patterns in my project. > > Some are specific directories somewhere in my project tree. Others are > particular file types created by a build process such as *.o which may be > foun

svn:ignore with recursive and non-recursive patterns

2010-12-01 Thread Steve Cohen
I have a need to define a number of svn:ignore patterns in my project. Some are specific directories somewhere in my project tree. Others are particular file types created by a build process such as *.o which may be found in any number of directories. However, the svn propset command only

RE: uses of svn:ignore ?

2010-07-07 Thread Giulio Troccoli
rg > Subject: uses of svn:ignore ? > > Hi all, > > I want to ignore a config file located in my working copy at > ./application/config/config.php . So, in command-line I type > the following : > > $ cd application/config > $ svn propset svn:ignore config.php . > pro

uses of svn:ignore ?

2010-07-07 Thread Michaël
Hi all, I want to ignore a config file located in my working copy at ./application/config/config.php . So, in command-line I type the following : $ cd application/config $ svn propset svn:ignore config.php . property 'svn:ignore' set on '.' ### and I can check $ sv

Re: AW: Problems setting svn:ignore property to "*" via windows command line

2010-02-11 Thread Stein Somers
On 09/02/2010 12:51, Janosch Scharlipp wrote: Is the runtime part of the final program, or is it available as a dll in my os ready to be loaded on program startup? In build lingo, that sounds: is the runtime statically linked or dynamically linked? It depends on how the subversion source code

Re: Problems setting svn:ignore property to "*" via windows command line

2010-02-09 Thread Eric Lee
On Mon, Feb 8, 2010 at 3:40 AM, Janosch Scharlipp < janosch.scharl...@isys-vision.de> wrote: > > Hi, i am trying to set the svn:ignore property of a specific folder to "*", > so that all files and folders inside this folder are beeing ignored by svn. > Somehow i don&#

AW: Problems setting svn:ignore property to "*" via windows command line

2010-02-09 Thread Janosch Scharlipp
re be documentend, how i can escape characters like the star, to prevent expansion? Janosch -Ursprüngliche Nachricht- Von: Stefan Sperling [mailto:s...@elego.de] Gesendet: Dienstag, 9. Februar 2010 11:40 An: Janosch Scharlipp Cc: users@subversion.apache.org Betreff: Re: Problems setting svn:i

Re: Problems setting svn:ignore property to "*" via windows command line

2010-02-09 Thread Stefan Sperling
On Tue, Feb 09, 2010 at 11:27:21AM +0100, Janosch Scharlipp wrote: > > Thanks for your answers, but still i think this is not as it should be. > If the parameter is expanded by the shell, or as if it was the shell, then > the shell escaping mechanism (^ on windows) should work. > If parameter expa

Re: AW: Problems setting svn:ignore property to "*" via windows command line

2010-02-09 Thread Felix Gilcher
On Feb 9, 2010, at 11:27 AM, Janosch Scharlipp wrote: > > Thanks for your answers, but still i think this is not as it should be. > If the parameter is expanded by the shell, or as if it was the shell, then > the shell escaping mechanism (^ on windows) should work. > If parameter expansion takes

AW: Problems setting svn:ignore property to "*" via windows command line

2010-02-09 Thread Janosch Scharlipp
this parameter should not be expanded. Janosch -Ursprüngliche Nachricht- Von: Stefan Sperling [mailto:s...@elego.de] Gesendet: Sonntag, 7. Februar 2010 22:25 An: Janosch Scharlipp Cc: users@subversion.apache.org Betreff: Re: Problems setting svn:ignore property to "*" via windo

Re: Problems setting svn:ignore property to "*" via windows command line

2010-02-07 Thread Stefan Sperling
On Sun, Feb 07, 2010 at 08:40:19PM +0100, Janosch Scharlipp wrote: > > Hi, i am trying to set the svn:ignore property of a specific folder to "*", > so that all files and folders inside this folder are beeing ignored by svn. > Somehow i don't get this done, i tried

Problems setting svn:ignore property to "*" via windows command line

2010-02-07 Thread Janosch Scharlipp
Hi, i am trying to set the svn:ignore property of a specific folder to "*", so that all files and folders inside this folder are beeing ignored by svn. Somehow i don't get this done, i tried lots of different aproaches, but it always seems as if the pattern is beeing expanded, so

RE: svn:ignore an existing file

2010-02-03 Thread Bob Archer
> On Wed, Feb 3, 2010 at 5:28 PM, GF wrote: > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local change to >

Re: svn:ignore an existing file

2010-02-03 Thread Eric Lee
On Wed, Feb 3, 2010 at 5:28 PM, GF wrote: > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local change to > it. Is there a

RE: svn:ignore an existing file

2010-02-03 Thread Giulio Troccoli
t; To: users@subversion.apache.org > Subject: svn:ignore an existing file > > Hello everyone. > I've two question about svn:ignore > > 1) I've a file that MUST exist in the repository in its "default" > version, but i don't want that people to commit any local

Re: svn:ignore an existing file

2010-02-03 Thread Stein Somers
1) I've a file that MUST exist in the repository in its "default" version Then forget svn:ignore - it doesn't apply to versioned files. You could lock the file in each branch where it occurs, or set the svn:lock property, to make it more difficult for others to tamper

svn:ignore an existing file

2010-02-03 Thread GF
Hello everyone. I've two question about svn:ignore 1) I've a file that MUST exist in the repository in its "default" version, but i don't want that people to commit any local change to it. Is there a way to have this behaviour with svn:ignore? I mean that with "