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

Re: [TSVN] Svn command line works, Tortoisesvn fails

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-09-27 14:38:41 CEST

On 9/27/05, Luke Tymowski <ltymowski@gmail.com> wrote:

> The Svn URI is file:///svn/project/Build

the drive letter is missing. This 'works' with the CL client as long
as the repository is on the same drive as your working copy, but it
will fail with the CL client too if you use absolute paths.

> If I commit that edit using svn, it works.
> svn commit -m "Added a comment"

try
svn commit d:\wrkdir\project\Build\dailyBuild.bat -m "Added a comment"

I guess it will fail too (especially if you execute that command from
a different drive/directory than your working copy is on).

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Sep 27 14:39:04 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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