You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Arnette, Bill" <bi...@signalscape.com> on 2006/04/19 22:00:11 UTC

Copy failure after renaming server

We are in the process of moving one of our repositories to a different
server.  To start with, the sysadmin made an alias for our new server so
I am in the process of changing externals and such to use the new server
alias.  After doing that and commiting the externals, I checked out a
fresh copy of the project and attempted a build.  The last part of the
build creates a tag by copying from the WC to the tags directory.  This
part of the build is failing so I ran the commands manually.  Here is
the output:

NOTE: This is on a Windows server.  Dartmouth was the old server,
ProdSvr is the new server.

----
H:\products\DVRPro\build>svn cp .
svn://prodsvr/products/repositories/products/D
VRPro/tags/1.1.124.0_full_dev -m "Tagging 1.1.124.0_full_dev"
svn: Commit failed (details follow):
svn: Source url
'svn://prodsvr/products/repositories/Products/DVRPro/trunk' is from
different repository

H:\products\DVRPro\build>findstr /i /s "dartmouth" *

H:\products\DVRPro\build>svn info
Path: .
URL: svn://prodsvr/products/repositories/Products/DVRPro/trunk
Repository UUID: 1b9b7112-9503-f94e-817d-e156724c8b55
Revision: 2203
Node Kind: directory
Schedule: normal
Last Changed Author: wta
Last Changed Rev: 2203
Last Changed Date: 2006-04-19 16:54:08 -0400 (Wed, 19 Apr 2006)

----

Any ideas why the copy is failing?  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Copy failure after renaming server

Posted by Bill Arnette <bi...@signalscape.com>.
That was it!  Thanks!  

I thought that the case would only matter with respect to the directories
inside of the repository.  In this case the path to the repository is
'svn://prodsvr/products/repositories/products' and the first directory in
the repository is actually 'DVRPro/trunk'.  But, I guess the case
sensitivity applies across the entire URL.

-----Original Message-----
From: Alexander Somov [mailto:sublist@yandex.ru] 
Sent: Thursday, April 20, 2006 9:10 AM
To: Arnette, Bill
Cc: users@subversion.tigris.org
Subject: Re: Copy failure after renaming server

On Thursday, April 20, 2006, 2:00:11 AM Arnette, Bill wrote:

> H:\products\DVRPro\build>svn cp .
> svn://prodsvr/products/repositories/products/D
Try to use capital letter here       ^^^
Windows filesystem is case insensitive, but Subversion is not.

> VRPro/tags/1.1.124.0_full_dev -m "Tagging 1.1.124.0_full_dev"
> svn: Commit failed (details follow):
> svn: Source url
> 'svn://prodsvr/products/repositories/Products/DVRPro/trunk' is from
                                      ^^^
> different repository

> Any ideas why the copy is failing?  

-- 
Alexander


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Copy failure after renaming server

Posted by Alexander Somov <su...@yandex.ru>.
On Thursday, April 20, 2006, 2:00:11 AM Arnette, Bill wrote:

> H:\products\DVRPro\build>svn cp .
> svn://prodsvr/products/repositories/products/D
Try to use capital letter here       ^^^
Windows filesystem is case insensitive, but Subversion is not.

> VRPro/tags/1.1.124.0_full_dev -m "Tagging 1.1.124.0_full_dev"
> svn: Commit failed (details follow):
> svn: Source url
> 'svn://prodsvr/products/repositories/Products/DVRPro/trunk' is from
                                      ^^^
> different repository

> Any ideas why the copy is failing?  

-- 
Alexander


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org