Hey

I'm havin some problems settings up maven with scm subversion.

I'm stuck on 2 issues:
1) the place to save my passwords.
   is it possible to refer to a server connection in the settings.xml
2) a connection error (can't create tunnel)

Our clients run on windows and the subversion repo is accessed through ssh on
a linux system. This functions well with subeclipse but not with the cli tool
for subversion or embedded maven scm support.

It's going to be used mainly for relaese management which needs scm support.

Developer connection in pom.xml

<scm>
<developerConnection>scm:svn:svn+ssh://${sc.ip}/${sc.uri}/trunk/</developerConnection>
</scm>

THE ERROR IN QUESTION :

C:\test\maven_release\Client>mvn scm:checkin -Dmessage=ee -Dusername=temp
-Dpassword=temp
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'scm'.
[INFO]
----------------------------------------------------------------------------
[INFO] Building Client
[INFO]    task-segment: [scm:checkin]
[INFO]
----------------------------------------------------------------------------
[INFO] [scm:checkin]
[INFO] Executing: svn --username temp --password ***** --non-interactive
commit --file C:\DOCUME~1\awxfm\LOCALS~1\Temp\maven-
scm-511768147.commit
[INFO] Working directory: C:\test\maven_release\Client
[ERROR] Provider message:
[ERROR] The svn command failed.
[ERROR] Command output:
[ERROR] svn: Commit failed (details follow):
svn: Can't create tunnel: The system cannot find the file specified.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Command failed.The svn command failed.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 seconds
[INFO] Finished at: Fri Feb 16 19:47:49 CET 2007
[INFO] Final Memory: 4M/8M
[INFO] ------------------------------------------------------------------------

Thx for any assitance

---
Scarlet One Unlimited
Free national calls, surf up to 6 Mbit/s, 50 GB download volume
For only EUR 49,95 per month. No Belgacom subscription needed.  All in!
http://www.scarlet.be


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

Reply via email to