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

Re: svn:keywords substitutions failing until pdel + re-ps

From: Eric Gillespie <epg_at_progeny.com>
Date: 2002-08-01 18:45:55 CEST

Karl Fogel <kfogel@newton.ch.collab.net> writes:

> Can you try boiling down the reproduction recipe and see if you can
> get a "minimal" case, that reproduces with head of trunk? Repost

svnadmin create repo
svn co file:///`pwd`/repo wc
cd wc
echo '$URL$' > file
svn add file
svn pset svn:keywords URL file
svn ci -m ''
cat file
rm file
svn up
cat file

0 foo% svnadmin create repo
0 foo% svn co file:///`pwd`/repo wc
Checked out revision 0.
0 foo% cd wc
0 wc% echo '$URL$' > file
0 wc% svn add file
A file
0 wc% svn pset svn:keywords URL file
property `svn:keywords' set on 'file'
0 wc% svn ci -m ''
Adding file
Transmitting file data .
Committed revision 1.
0 wc% cat file
$URL: $
0 wc% rm file
0 wc% svn up
Restored ./file
At revision 1.
0 wc% cat file
$URL: file:////tmp/foo/repo/file $

-- 
Eric Gillespie <*> epg@progeny.com
Software Developer
Progeny Linux Systems - http://progeny.com/
"When everyone has to reinvent the wheel, many people invent
 square wheels."
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 1 18:50:08 2002

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.