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

Re: Error during commit (bug or my incompetence?)

From: Peter Schuller <peter.schuller_at_infidyne.com>
Date: 2002-06-21 18:29:56 CEST

> Is this whole process easy to reproduce? That is, can you post a
> recipe for the this exact failure case? I'd like to know how much
> state was built up in your working copy prior to that first
> copy/commit attempt.

I'll try to reproduce it later tonight. Would a snapshot of the local
set of files in a "broken state" be useful, assuming I succeed?

In any case, here's select parts of my bash history that affects svn. I'll try
to be complete but skipping typos, ls and such:

./svnadmin create ~/svn
< created some files in a directory >
svnadmin import file:///home/scode/svn .
mkdir co
cd co
svn co file:///home/scode/svn
cd svn/
vim README
svn commit
svn move directory directory_newname
svn commit
rm -rf directory
svn cp directory_newname alpha1
svn commit
svn status
svn update
svn log directory_newname/
svn log alpha1
cd directory_newname/
vim aFile.txt
svn commit -m 'Added a line of text'
vim secondfile
svn commit -m 'added file'
svn add secondfile
svn commit -m 'added file'
cd ..
svn cp directory_newname alpha2
svn commit

And this is where I got the error message. I tried commiting multiples
times etc. Then I did that revert, and another svn copy followed by a
svn commit completed successfully.

-- 
/ Peter Schuller, InfiDyne Technologies HB
PGP userID: 0xE9758B7D or 'Peter Schuller <peter.schuller@infidyne.com>'
Key retrival: Send an E-Mail to getpgpkey@scode.org
E-Mail: peter.schuller_at_infidyne.com Web: http://www.scode.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 21 17:30:10 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.