On Nov 18, 2007 9:03 AM, Filippo De Luca <[EMAIL PROTECTED]> wrote: > Dear maven users > I setup a simple project, i have my subversion server an want to upload my > project to the server. ... > but i try to do > > mvn -Dmessage="First try" scm:checkin > > but it failed! > > [ERROR] Provider message: > [ERROR] The svn command failed. > [ERROR] Command output: > [ERROR] svn: 'F:\Documents and > Settings\Filosganga\Documenti\development\DataAccess' is not a working copy > > what's is bad?
I don't know how Maven SCM handles it, but with Subversion you'll have to import or add before you commit. (FWIW, most people don't use Maven for this part. Is there some reason you want to use it instead of the usual command line Subversion commands or IDE integration?) -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
