You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by noahz_tt <No...@transacttools.net> on 2008/05/15 06:27:32 UTC

Re: SCM plugin 1.5


Vitaliy Geraymovych wrote:
> 
> Is there any way to configure scm:update to prune empty
> dirs? or just add -P option to cvs?
> 

(Replying to an old post because it was the best link that came up in Google
- hope it saves someone else some time...)

It seems that there is no option to do prune empty directories in the
current version of scm:update. Aside from the documented options that can be
affected by -D properties, the cvs options used by scm:update are hard
coded.

I confirmed this by looking at source:
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/java/org/apache/maven/scm/provider/cvslib/command/CvsCommandUtils.java?view=log
CvsCommandUtils.java 
and
http://svn.apache.org/viewvc/maven/scm/trunk/maven-scm-providers/maven-scm-providers-cvs/maven-scm-provider-cvs-commons/src/main/java/org/apache/maven/scm/provider/cvslib/command/update/AbstractCvsUpdateCommand.java?view=log
AbstractCvsUpdateCommand.java 


-- 
View this message in context: http://www.nabble.com/SCM-plugin-1.5-tp934368p17245754.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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