[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Commit-mailer: very long message due to svn:eol-style change

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-09-30 00:29:24 CEST

Julian Foad <julianfoad@btopenworld.com> writes:

> ~> svn diff -r7237:7238 ~/src/subversion/subversion/bindings/java/javahl/autogen.sh
>
> Property changes on: /home/julianfoad/src/subversion/subversion/bindings/java/javahl/autogen.sh
> ___________________________________________________________________
> Name: svn:eol-style
> + native
> Name: svn:executable
> - *
> + *
>
> ]]]
>
> 3. Why does "svn:executable" show as changed in that last example?
> I checked with "propget" and "hexdump": the value is two
> characters, an asterisk followed by a newline, both before and
> after the change.

That looks like a bug, ra_local and ra_dav give different results:

$ svnadmin create repo
$ svn co file://`pwd`/repo wc
$ touch wc/foo
$ svn add wc/foo
$ svn ps x x wc/foo
$ svn ci -m "" wc
$ svn ps y y wc/foo
$ svn ci -m "" wc
$ svn diff -r1:2 file://`pwd`/repo/foo

Property changes on: foo
___________________________________________________________________
Name: y
   + y

$ diff -r1:2 http://localhost/repo/foo

Property changes on: foo
___________________________________________________________________
Name: x
   - x
   + x
Name: y
   + y

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 30 00:30:08 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.