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

subversion 0.9.0 error with properties and adding

From: Jay McCarthy <jay_at_kenyamountain.com>
Date: 2002-03-01 02:20:09 CET

shell log-
[jay@jay_is_a_red_commie svn]$ svn co
https://subversion.c-i-s.com/svn/testing -d testing
jay's password:

[jay@jay_is_a_red_commie svn]$ cd testing/
[jay@jay_is_a_red_commie testing]$ touch test
[jay@jay_is_a_red_commie testing]$ svn add test
A test
[jay@jay_is_a_red_commie testing]$ svn commit
Adding /home/jay/Development/svn/testing/test
Committed revision 1.
[jay@jay_is_a_red_commie testing]$ svn propset svn:keywords
LastChangedDate test property `svn:keywords' set on 'test'
[jay@jay_is_a_red_commie testing]$ vi test
[jay@jay_is_a_red_commie testing]$ svn commit
username: jay
jay's password:

Sending /home/jay/Development/svn/testing/test
Committed revision 2.
[jay@jay_is_a_red_commie testing]$ ls
test
[jay@jay_is_a_red_commie testing]$ cat test
$LastChangedDate: Thu 28 Feb 2002 23:16:57 $
[jay@jay_is_a_red_commie testing]$ echo '$LastChangedDate: $' > test2
[jay@jay_is_a_red_commie testing]$ echo '$LastChangedBy: $' >> test2
[jay@jay_is_a_red_commie testing]$ svn add test2
A test2
[jay@jay_is_a_red_commie testing]$ svn propset svn:keywords
'LastChangedDate LastChangedBy' test2
property `svn:keywords' set on 'test2'
[jay@jay_is_a_red_commie testing]$ svn commit
The commit message has been stored in this location:
/home/jay/Development/svn/testing/.svn/tmp/tempfile.63256.00001.tmp

svn_error: #21082 : <RA layer request failed>
  commit failed: wc locks and tmpfiles have been removed.

svn_error: #21082 : <RA layer request failed>
  commit failed: while sending tree-delta to repos.

svn_error: #21082 : <RA layer request failed>
  The CHECKOUT request failed (http #409) (/svn/testing/$svn/ver/0.0/)

----
Both client and server are 0.9.0
This a redhat machine (hence the system name), and I built the source
myself with '--with-ssl=/usr'
Nothing else I can think of...
-- 
Jay McCarthy <jay@kenyamountain.com>
aim: rasarasda / irc: feelicks
http://www.brunswickrecords.org/~jay/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:10 2006

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.