Unable to commit files to SVN after new branch has been created with the maven-release plugin

2010-11-22 Thread edgarosy
[INFO] Total time: 11 minutes 49 seconds
[INFO] Finished at: Mon Nov 22 11:17:26 MST 2010
[INFO] Final Memory: 32M/77M
[INFO]
--------------------

-- 
View this message in context: 
http://maven.40175.n5.nabble.com/Unable-to-commit-files-to-SVN-after-new-branch-has-been-created-with-the-maven-release-plugin-tp3276023p3276023.html
Sent from the Maven - Users mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Unable to commit files to SVN after new branch has been created with the maven-release plugin

2010-11-22 Thread Wayne Fay
> svn:
> '/cygdrive/d/build/buildScripts/mvnScripts/branching/D:/build/buildScripts/mvnScripts/branching'
> is not a working copy
> svn:
> '/cygdrive/d/build/buildScripts/mvnScripts/branching/D:/build/buildScripts/mvnScripts/branching'
> does not exist

Probably your problem is related to these lines... I doubt that path
is right (.../d/build/.../D:/build/...).

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Unable to commit files to SVN after new branch has been created with the maven-release plugin

2010-11-22 Thread Kalle Korhonen
ion "nodosfilewarning" turns off this
> warning.
>  Consult the user's guide for more details about POSIX paths:
>    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
> svn:
> '/cygdrive/d/build/buildScripts/mvnScripts/branching/D:/build/buildScripts/mvnScripts/branching'
> is not a working copy
> svn:
> '/cygdrive/d/build/buildScripts/mvnScripts/branching/D:/build/buildScripts/mvnScripts/branching'
> does not exist
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ----
> [INFO] Total time: 11 minutes 49 seconds
> [INFO] Finished at: Mon Nov 22 11:17:26 MST 2010
> [INFO] Final Memory: 32M/77M
> [INFO]
> 
>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/Unable-to-commit-files-to-SVN-after-new-branch-has-been-created-with-the-maven-release-plugin-tp3276023p3276023.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Unable to commit files to SVN after new branch has been created with the maven-release plugin

2010-11-22 Thread Jörg Schaible
edgarosy wrote:

> 
> Question for all maven gurus. Hope you can help me..
> 
> I've been using a maven-release plugin for over a year and it has always
> work perfectly when creating new branch from source (trunk). Ever since
> our SVN amdin upgraded the SVN server to use version 1.6 instead of 1.4 I
> have not been able to commit files to svn successfully after the branch
> has been created.
> 
> my build servers is a windows 2003 server. I am using Maven version:
> 2.2.1, and I upgraded the svn client to 1.6.1.
> 
> 
> 
> [INFO] Executing: cmd.exe /X /C "svn --username . --password *
> --non-interactive commit --file "C:\Documents and
> Settings\triacp\maven-scm-528237796.commit" --targets "C:\Documents and
> Settings\triacp\maven-scm-1457486069711445316-targets""
> [INFO] Working directory: D:\build\buildScripts\mvnScripts\branching
> org.apache.maven.shared.release.scm.ReleaseScmCommandException: Unable to
> commit files
> Provider message:
> The svn command failed.
> Command output:
> cygwin warning:
>   MS-DOS style path detected: C:\Documents and
> Settings\triacp\maven-scm-528237796.commit
>   Preferred POSIX equivalent is: /cygdrive/c/Documents and
> Settings/triacp/maven-scm-528237796.commit
>   CYGWIN environment variable option "nodosfilewarning" turns off this
> warning.
>   Consult the user's guide for more details about POSIX paths:
> http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
> svn:
> 
'/cygdrive/d/build/buildScripts/mvnScripts/branching/D:/build/buildScripts/mvnScripts/branching'
> is not a working copy
> svn:
> 
'/cygdrive/d/build/buildScripts/mvnScripts/branching/D:/build/buildScripts/mvnScripts/branching'
> does not exist

Don't use the Cygwin version of the svn client. The JVM is a Windows app and 
can therefore never provide proper paths for a Cygwin-based svn client. 
Since the Windows svn client will use CRLF as native EOL, you should also 
use this svn only on text-mountet directories, so that Cygwin-based 
utilities use the same EOL.

- Jörg


-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org