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

Re: Local Access Denied

From: Promythyus <brooksaar_at_gmail.com>
Date: Wed, 16 Jan 2008 21:30:44 -0800 (PST)

Stefan Küng wrote:
>
> Promythyus wrote:
>> Hello,
>>
>> I'm Trying to write some simple .bat files that automate uploading &
>> downloading to my team's svn repository, the downloading works fine as
>> far
>> as i can tell, but the uploading won't work. Everytime I run my .bat, i
>> get
>> an "Access Denied" error, Error Being: "Access to C:\Program
>> Files\THQ\Dawn
>> of War - Dark Crusade\Apocalypse was denied" and an OK button. My .bat is
>> as
>> follows:
>>
>> cd "C:\Program Files\TortoiseSVN\bin"
>> TortoiseProc.exe /command:commit /path:"C:\Program Files\THQ\Dawn of War
>> -
>> Dark Crusade\Apocalypse" /url:"http://OpenSVN.csie.org/dow_apocalypse"
>> /closeonend
>>
>> If someone could help, I'd be very greatful!
>
> * what version of TSVN are you using?
> * add the /notempfile parameter
> * the /url parameter is useless
>
> Stefan
>
> --
> ___
> oo // \\ "De Chelonian Mobile"
> (_,\/ \_/ \ TortoiseSVN
> \ \_/_\_/> The coolest Interface to (Sub)Version Control
> /_/ \_\ http://tortoisesvn.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
> For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
>

I'm Using TSVN 1.4.7. I added the /notempfile & removed the /url and it's
sort of working now; I Figure I've Setup the Repository wrong or something,
it says:
"'C:\Program Files\THQ\Dawn of War - Dark Crusade\Apocalypse' is not a
working copy. Can't open file 'C:\Program Files\THQ\Dawn of War - Dark
Crusade\Apocalypse\.svn\entries': The System cannot find the Path
Specified."
Here is my new .bat:

cd "C:\Program Files\TortoiseSVN\bin"
TortoiseProc.exe /command:commit /path:"C:\Program Files\THQ\Dawn of War -
Dark Crusade\Apocalypse" /notempfile

Many Thanks!

-- 
View this message in context: http://www.nabble.com/Local-Access-Denied-tp14832237p14911216.html
Sent from the tortoisesvn - users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-01-17 10:05:46 CET

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

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