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

How should I do to return it to the state before wc is changed?

From: paptimusx <paptimusx_at_gmail.com>
Date: Fri, 31 Oct 2008 11:13:43 +0900

I am in trouble. help me!

How should I do to return it to the state before Warkingcopy is changed?

I thought seemed to have to commit it after phase 1...

I done:

0)% svn rename TTTTT.DEP TTTTT.dep
 svn: Cannot move path 'TTTTT.dep' into itself

1)% svn mv TTTTT.DEP xx
2)% svn mv xx TTTTT.dep

3)% svn ci
  svn: Working copy '**********************' locked
  svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Oops!

4)% svn revert -R .
  svn: Working copy '.' locked
  svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

5)% svn cleanup
  svn: In directory '.'
  svn: Error processing command 'committed' in '.'
  svn: Log command for directory 'TTTTT.DEP' is mislocated

% ver
Microsoft Windows XP [Version 5.1.2600]
% svn --version -q
1.5.2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-31 03:14:20 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.