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

Re: PMease using Subversion help needed...please help

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: Tue, 11 Mar 2008 12:08:43 -0700

On Tue, Mar 11, 2008 at 11:40 AM, jpyork <jp_york_at_hotmail.com> wrote:

>
> I have setup PMease to use subversion and when I run the build for the
> first
> time it grabs everything from the repository just fine, but the issue I am
> having is that if I try to run it a second time it fails very time because
> it can't perform an svn update. The error I get is:
>
> 2008-03-11 13:26:55,891 [Thread-593] ERROR - ERROR: Failed to run command:
> Executing '/Volumes/Build/subversion/bin/svn' with arguments:
> 'update'
> '/Volumes/Build/project/proejecttSubversion_2.2.2/checkouts/project'
> '--non-interactive'
> '--quiet'
> '--username'
> 'jyork'
> '--password'
> '******'
> '-r'
> '20'
>

Can you also provide the actual error from the svn update command. The
update command must have failed because of many reasons - starting from not
forming the right set of arguments (it looks good above; but I have not used
PMease to know how it passes it down) or not able to find the directory to
update to invalid user/password and many such reasons. I doubt we can help
without the actual error from the svn update command.

One way to know is to run the command manually by cut pasting the above
arguments and see what you get.

Thanks,
-Hari
Received on 2008-03-11 20:09:16 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.