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
getting really confused here. I seems very error-prone that manual propset can't use the strings from the config file or auto-props wihtout getting a different result. Which version is the correct one, or do both actually do the job? BR Chris -------

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

Re: auto-props does not work on copied files

2010-12-30 Thread Leszek Porębski
Thanks for your answer. Now I understand my mistake ;) W dniu 2010-12-29 20:50, David Weintraub pisze: On Wed, Dec 29, 2010 at 12:01 PM, Leszek Porębski wrote: Hi! I have the Revision auto-property set on files. It works pretty fine until you copy a file (etc. by branching it's project). Aft

Re: auto-props does not work on copied files

2010-12-29 Thread David Weintraub
On Wed, Dec 29, 2010 at 12:01 PM, Leszek Porębski wrote: > Hi! > > I have the Revision auto-property set on files. It works pretty fine until > you copy a file (etc. by branching it's project). After this adding $Rev$ to > its content has no effect. Did the original file have that property on it?

Re: Auto props

2010-09-10 Thread Johan Corveleyn
Please reply to the list as well, and not only to me (usually by using the Reply All button). Also, please don't top-post on this list (i.e. put your reply below the text you're replying to, not above it). Now, see below :). 2010/9/10 Vojáček Aleš : > Thank you for fast reply. > So I have to creat

Re: Auto props

2010-09-10 Thread Johan Corveleyn
2010/9/10 Vojáček Aleš : > Hi all, > Is it possible to set up enable-auto-props = yes and eon styles on server > side, or this is possible only on client side? > > I want to set up this on server side, because I do not want to change configs > on all clients and I want to be sure, that all client

Re: auto-props on import use local temp file name instead of remote destination file name

2010-06-30 Thread Justin Johnson
> > Hi Justin, > > On Fri, Jun 25, 2010 at 09:09:39AM -0500, Justin Johnson wrote: > > > I am attempting to import a file and set svn:eol-style in one command > using > > the --auto-props and --config-option options to svn import. When I do > the > > import I explicitly specify the file name in th

Re: auto-props on import use local temp file name instead of remote destination file name

2010-06-28 Thread Tino Schwarze
Hi Justin, On Fri, Jun 25, 2010 at 09:09:39AM -0500, Justin Johnson wrote: > I am attempting to import a file and set svn:eol-style in one command using > the --auto-props and --config-option options to svn import. When I do the > import I explicitly specify the file name in the import URL. The

Re: auto-props on import use local temp file name instead of remote destination file name

2010-06-25 Thread Justin Johnson
> > Hi, > > I am attempting to import a file and set svn:eol-style in one command using > the --auto-props and --config-option options to svn import. When I do the > import I explicitly specify the file name in the import URL. The reason I > do this is because I want to import from a randomly gen

RE: Auto-props - can I override the config file?

2010-03-26 Thread David Aldrich
Hi Andy Thanks for your quick reply. > The later. Auto-props are applied when you run svn add, so after the > developer has added his encrypted file, he can edit the properties & > make them right. Actually, my previous post was incorrect - the error occurs upon add not commit: C:\>svn add myfi

Re: Auto-props - can I override the config file?

2010-03-26 Thread Andy Levy
On Fri, Mar 26, 2010 at 07:39, David Aldrich wrote: > Hi > > Our svn config file contains the line: > > *.v = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL > > This assumes that .v files are Verilog text files.  However, one of our > developers has a third party encrypted .v fi