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

Re: 5033: property lost on renamed file

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-02-23 17:10:19 CET

Alexis Huxley <ahuxley@gmx.net> writes:

> I've built 5033. I've retrieved a working copy, and files on which
> I had attached svn:keywords properties *and* renamed the files (and
> committed) have lost the property.

The rename isn't necessary to trigger the problem

$ svnadmin create repo
$ svn co file://`pwd`/repo wc
$ echo '$HeadURL$' > wc/foo
$ svn add wc/foo
$ svn ps svn:keywords HeadURL wc/foo
$ svn ci wc
$ rm -rf wc
$ svn co file://`pwd`/repo wc
$ cat wc/foo
$HeadURL: $

It looks like a checkout bug, doing

$ svn up -r0 wc
$ svn up -r1 wc

triggers keyword expansion. If there isn't an issue one should be
raised.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Feb 23 17:11:00 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.