Re: auto-props syntax in file vs. property

2018-02-22 Thread Chris
isn't correct since I need to prune the second ; before it calls propset. Need to try another fix then (unless someone has fixed that in the repo already) /Chris On Thu, 2/22/18, Branko Čibej wrote: Subject: Re: auto-props syntax in file vs. pr

Re: auto-props syntax in file vs. property

2018-02-22 Thread Branko Čibej
On 22.02.2018 13:52, Chris wrote: > Re-awakening my previous thread about the auto-properties. I get really > confused by where to use ;; and ; as a separator. > > I currently have this in the auto-props on the repo: > *.txt = svn:mime-type=text/plain;;charset=iso-8859-1;svn:eol-style=LF > > And t

Re: auto-props syntax in file vs. property

2018-02-22 Thread Chris
- On Wed, 1/10/18, Daniel Shahaf wrote: Subject: Re: auto-props syntax in file vs. property To: "Chris" , users@subversion.apache.org Date: Wednesday, January 10, 2018, 8:51 PM Chris wrote on Wed, 10 Jan 2018 08:26 +: > I think the fix to svn_apply_autoprop

Re: auto-props syntax in file vs. property

2018-01-10 Thread Daniel Shahaf
Chris wrote on Wed, 10 Jan 2018 08:26 +: > I think the fix to svn_apply_autoprops.py should be something like below > (/subversion/trunk/contrib/client-side/svn_apply_autoprops.py) > If anyone with commit rights wants to fix it on the repo, feel free to > use the below, or improve it as neces

Re: auto-props syntax in file vs. property

2018-01-10 Thread Chris
rote: Subject: Re: auto-props syntax in file vs. property To: users@subversion.apache.org, "Daniel Shahaf" Date: Wednesday, January 10, 2018, 8:25 AM Hi Daniel, thanks for the reply. You're right that it seems to work when I do "svn add" and with that c

Re: auto-props syntax in file vs. property

2018-01-09 Thread Chris
work for double semicolons. /Chris On Tue, 1/9/18, Daniel Shahaf wrote: Subject: Re: auto-props syntax in file vs. property To: users@subversion.apache.org Date: Tuesday, January 9, 2018, 5:05 PM Chris wrote on Tue, 09 Jan 2018 15:15 +: > When setting

Re: auto-props syntax in file vs. property

2018-01-09 Thread Daniel Shahaf
Chris wrote on Tue, 09 Jan 2018 15:15 +: > When setting svn:auto-props, it seems I can do this: > > *.java = svn:mime-type=text/java;;charset=iso-8859-1;svn:eol-style=LF > > That is, use ;; as an escape between the "parameters" for file type and > charset. Adding a java-file and doing propg