You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Punkin Head <pu...@gmail.com> on 2006/03/24 19:13:19 UTC

Continuum help with Subversion

We have switched over from cvs to Subversion and when I add a Maven 2
project, it gives me this error on a build:

Provider message: The svn command failed.
Command output:
-------------------------------------------------------------------------------
'svn' is not recognized as an internal or external command,
operable program or batch file.
-------------------------------------------------------------------------------

I also cannot run mvn scm:checkout though as it is truncating my url
from https://sv102/proj-103/trunk/source/app-wrat and to
https://sv102/proj-103/app-wrat and is saying that the command failed
because of app-wrat not existing...

Can anyone help with this?

Here is my scm:url

<scm>
<connection>scm:svn:https://continuum@sv102/proj-103/trunk/source/app-wrat</connection>
</scm>

Thanks,

Adam





--
www.punkinshred.net  // punkin'head official homepage

www.myspace.com/punkinhead <-- for true shred

Re: Continuum help with Subversion

Posted by Punkin Head <pu...@gmail.com>.
The subversion client is installed and is in the path on the machine
running Continuum.  Continuum is looking for it on another machine
(defined in the scm url).  The server it is looking at has Subversion
set up correctly I am assuming, as it is working outside of Continuum
for us.

On 3/24/06, Trovinger, Larry <lt...@elmresources.com> wrote:
> Maybe this is obvious but do you have the subversion client installed? If so where?
>
> Where is Continuum looking for it?
>
>
> ________________________________
>
> From: Punkin Head [mailto:punkinshred@gmail.com]
> Sent: Fri 3/24/2006 10:13 AM
> To: continuum-users@maven.apache.org
> Subject: Continuum help with Subversion
>
>
>
> We have switched over from cvs to Subversion and when I add a Maven 2
> project, it gives me this error on a build:
>
> Provider message: The svn command failed.
> Command output:
> -------------------------------------------------------------------------------
> 'svn' is not recognized as an internal or external command,
> operable program or batch file.
> -------------------------------------------------------------------------------
>
> I also cannot run mvn scm:checkout though as it is truncating my url
> from https://sv102/proj-103/trunk/source/app-wrat and to
> https://sv102/proj-103/app-wrat and is saying that the command failed
> because of app-wrat not existing...
>
> Can anyone help with this?
>
> Here is my scm:url
>
> <scm>
> <connection>scm:svn:https://continuum@sv102/proj-103/trunk/source/app-wrat</connection>
> </scm>
>
> Thanks,
>
> Adam
>
>
>
>
>
> --
> www.punkinshred.net  // punkin'head official homepage
>
> www.myspace.com/punkinhead <-- for true shred
>
>
>
>
>
>
>


--
www.punkinshred.net  // punkin'head official homepage

www.myspace.com/punkinhead <-- for true shred

RE: Continuum help with Subversion

Posted by "Trovinger, Larry" <lt...@elmresources.com>.
Maybe this is obvious but do you have the subversion client installed? If so where?
 
Where is Continuum looking for it?
 

________________________________

From: Punkin Head [mailto:punkinshred@gmail.com]
Sent: Fri 3/24/2006 10:13 AM
To: continuum-users@maven.apache.org
Subject: Continuum help with Subversion



We have switched over from cvs to Subversion and when I add a Maven 2
project, it gives me this error on a build:

Provider message: The svn command failed.
Command output:
-------------------------------------------------------------------------------
'svn' is not recognized as an internal or external command,
operable program or batch file.
-------------------------------------------------------------------------------

I also cannot run mvn scm:checkout though as it is truncating my url
from https://sv102/proj-103/trunk/source/app-wrat and to
https://sv102/proj-103/app-wrat and is saying that the command failed
because of app-wrat not existing...

Can anyone help with this?

Here is my scm:url

<scm>
<connection>scm:svn:https://continuum@sv102/proj-103/trunk/source/app-wrat</connection>
</scm>

Thanks,

Adam





--
www.punkinshred.net  // punkin'head official homepage

www.myspace.com/punkinhead <-- for true shred






Re: Continuum help with Subversion

Posted by dan tran <da...@gmail.com>.
'svn' is not recognized as an internal or external command,
operable program or batch file

svn.exe is on your path?

-D


On 3/24/06, Punkin Head <pu...@gmail.com> wrote:
>
> We have switched over from cvs to Subversion and when I add a Maven 2
> project, it gives me this error on a build:
>
> Provider message: The svn command failed.
> Command output:
>
> -------------------------------------------------------------------------------
> 'svn' is not recognized as an internal or external command,
> operable program or batch file.
>
> -------------------------------------------------------------------------------
>
> I also cannot run mvn scm:checkout though as it is truncating my url
> from https://sv102/proj-103/trunk/source/app-wrat and to
> https://sv102/proj-103/app-wrat and is saying that the command failed
> because of app-wrat not existing...
>
> Can anyone help with this?
>
> Here is my scm:url
>
> <scm>
> <connection>scm:svn:https://continuum@sv102/proj-103/trunk/source/app-wrat
> </connection>
> </scm>
>
> Thanks,
>
> Adam
>
>
>
>
>
> --
> www.punkinshred.net  // punkin'head official homepage
>
> www.myspace.com/punkinhead <-- for true shred
>