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

Subversion Client on Solaris 8

From: <sandeep.saxena_at_rbs.com>
Date: Fri, 31 Oct 2008 06:25:36 +0000

Sandeep Saxena
RBS India Development Centre (P) Ltd
O +91 124 4167156
M +91 9811341181

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2008c_at_ryandesign.com]
Sent: 31 October 2008 11:34
To: paptimusx
Cc: users_at_subversion.tigris.org
Subject: Re: How should I do to return it to the state before wc is changed?

On Oct 30, 2008, at 21:13, paptimusx wrote:

> 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

Yes, case-only renames are problematic on case-insensitive
filesystems, like the ones Windows and Mac OS X usually use. Here's
how you work around it:

http://subversion.tigris.org/faq.html#case-change

To fix your working copy now, the easiest might be to simply delete
it and check out a new one. That's assuming you have no other pending
changes in it.

> 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
Hi,

I want to install subversion client on Solaris 8, can some one redirect me to the binaries for installation.

Regards,
Sandeep.
M +91 9811341181

***********************************************************************************
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB.
Authorised and regulated by the Financial Services Authority
 
This e-mail message is confidential and for use by the
addressee only. If the message is received by anyone other
than the addressee, please return the message to the sender
by replying to it and then delete the message from your
computer. Internet e-mails are not necessarily secure. The
Royal Bank of Scotland plc does not accept responsibility for
changes made to this message after it was sent.

Whilst all reasonable care has been taken to avoid the
transmission of viruses, it is the responsibility of the recipient to
ensure that the onward transmission, opening or use of this
message and any attachments will not adversely affect its
systems or data. No responsibility is accepted by The
Royal Bank of Scotland plc in this regard and the recipient should carry
out such virus and other checks as it considers appropriate.
Visit our websites at:
www.rbs.com
www.rbs.com/gbm
www.rbsgc.com
***********************************************************************************

---------------------------------------------------------------------
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 23:23:33 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.