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

Update oddity

From: Blair Zajac <blair_at_orcaware.com>
Date: 2002-08-09 19:55:53 CEST

Try this on your svn working copy. It shows a property update but
the property is not changing:

cd doc/handbook

svn update -r 2755 repos_admin.texi
        UU ./repos_admin.texi
        Updated to revision 2755.

svn pl -v repos_admin.texi > 1

md5sum repos_admin.texi
        819ecefd90e328b41d530cb318d5823f repos_admin.texi

svn update -r 2756 repos_admin.texi
        UU ./repos_admin.texi
        Updated to revision 2756.

md5sum repos_admin.texi
        95cbee3952e3427f031a611b6f9f52ca repos_admin.texi

svn pl -v repos_admin.texi > 2

md5sum 1 2
        64f5bd11ce61ed6f8dae6ae7156f0046 1
        64f5bd11ce61ed6f8dae6ae7156f0046 2

Why is svn update showing an update on the property but the property
is not changing?

Blair

-- 
Blair Zajac <blair@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 9 19:56:28 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.