Graham Leggett wrote:
On Fri, June 8, 2007 12:16 pm, David Moss wrote:

[INFO] Executing: svn --username username --password *****
--non-interactive
copy --file C:\DOCUME~1\DAVID~1.MOS\LOCALS~1\T
emp\maven-scm-403689689.commit . svn://SERVER001/tags/product-4.0

The svn tag command failed.
Command output:
svn: Commit failed (details follow):
svn: Source url 'svn://server001/trunk/product' is from different
repository

This seems to be a subversion problem, as the error message is from
subversion.

Another potential issue is the SERVER001 compared with server001, it's
quite possible svn is treating these as two different servers.

Always be consistent with your naming.

Yup, that could be it, though I don't think so, since svn uses a special ID for
repositories (can't think of the name but it's some windows ID like 
{aaaa-bbbb-ccc-ddd etc}.

Try 'svn info' and look at the URL and see if it matches 
svn://server001/trunk/product.

-- Kenney


Regards,
Graham
--



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to