Re: looking for integration maven-subversion

2007-06-22 Thread Carlos Sanchez
You can find here the different protocols allowed http://maven.apache.org/wagon/ http:// doesn't allow deploying file:// will put it in your local file system, if you want it in the subversion repo later you'd have to commit scm:svn: is probably what you want, although is not well tested yet, see

looking for integration maven-subversion

2007-06-22 Thread Fernandez De La Fuente, Javier
Hi, i'm writting you because i don't undestand very well yet Maven. I want do a simply task: deploy a maven project on SVN repository via http . If I put an http:// URL into tags I have an 409 error deploiyng. If i use file:// ,the project will be copy to the repositori...but, is not visib