It isn't possible actually to update only one file.

File an issue and we'll add this feature in all providers after 1.0 release of 
maven-scm.
I can't add it now because all development are stopped for the release.

Emmanuel

Thomas Will a écrit :
Hi

I try to use the maven-scm api in my custom m2 plugin.
I use svn.
I cannot update explicitly a single file. Always the
complete directory structure gets updated.

I use ScmFileSet like this:
String directory = "D:/temp/test";
String includes "test.txt";
String excludes = null;
new ScmFileSet(directory, includes, excludes)

How do I need to specifiy the includes/excludes
correctly?

Thanks, Tom.



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to