Finally I've been able to try this and it worked like a charm copying my site files.
I now face another problem. When I open an HTML file I don't get the HTML parsed, I get the file source. I know that this can be fixed by changing the svn properties to svn:mime-type=text/html. Can wagon-svn or Maven do this automatically for me? Best regards, The openmaximo.net Team http://www.openmaximo.net/ On Thu, Oct 8, 2009 at 11:48, Open Source Dept <[email protected]> wrote: > Thanks a lot, I'll try wagon-svn then. > > The openmaximo.net Team > http://www.openmaximo.net/ > > > > On Mon, Oct 5, 2009 at 13:58, Edelson, Justin <[email protected] > > wrote: > >> Not with wagon-scm, but you can with https://wagon-svn.dev.java.net/. >> >> ________________________________ >> >> From: Open Source Dept [mailto:[email protected]] >> Sent: Mon 10/5/2009 7:14 AM >> To: [email protected] >> Subject: Wagon protocol 'scm' doesn't support directory copying >> >> >> >> Hi everyone, >> >> I'm trying to deploy my maven site using wagon-scm but I'm getting this >> error: >> >> Wagon protocol 'scm' doesn't support directory copying. >> >> >> Is it possible to deploy a site using mvn site-deploy and an SVN >> repository? >> >> I'm using this 3 extensions: >> <extensions> >> <extension> >> <groupId>org.apache.maven.wagon</groupId> >> <artifactId>wagon-scm</artifactId> >> <version>1.0-alpha-4</version> >> </extension> >> <extension> >> <groupId>org.apache.maven.scm</groupId> >> <artifactId>maven-scm-manager-plexus</artifactId> >> <version>1.3-SNAPSHOT</version> >> </extension> >> <extension> >> <groupId>org.apache.maven.scm</groupId> >> <artifactId>maven-scm-provider-svnexe</artifactId> >> <version>1.3-SNAPSHOT</version> >> </extension> >> </extensions> >> >> Best regards, >> -- >> The openmaximo.net Team >> http://www.openmaximo.net/ >> >> >> >
