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:ignore property a

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
Den mån 20 mars 2023 kl 20:16 skrev Xsawer xsawer : > Well, one way or the other, proper documentation would do the job in this > case. > At minimum it should be clearly documented that --show-inherited-props > lists properties which are set on parent folders and not really inherited. > +1 > >

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

2023-03-20 Thread Xsawer xsawer
Well, one way or the other, proper documentation would do the job in this case. At minimum it should be clearly documented that --show-inherited-props lists properties which are set on parent folders and not really inherited. -- Původní e-mail -- Od: Daniel Sahlberg Komu: Xs

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 something is inherited th

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 be the meani

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 > inheritable. > I am wondering why is propert

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 quer