martoe / gradle-svntools-plugin

Gradle plugin that provides various SVN-related tasks
MIT License
33 stars 17 forks source link

New Feature Request: SVN CleanUp #40

Closed charro closed 7 years ago

charro commented 7 years ago

Hi !

Do you think it could be possible to have a CleanUp task ? It would be very useful to fix "locked" local repo problems.

Cheers and great job already here, by the way! Miguel

martoe commented 7 years ago

I'm thinking of a very simple task with just one parameter (the path to be cleaned up). Would this be sufficient for you?

Martin

charro commented 7 years ago

Hey Martin !

Sorry for the late answer. Yes, that sounds great to me. Nothing but the path should be needed. I guess it cleans recursively all children by default right ? Regards

Miguel

martoe commented 7 years ago

Yes, cleanup is recursively. I will release a new plugin version later today

charro commented 7 years ago

Hi ! It looks my gradle can't find the new cleanup Task. I'm pointing to

at.bxm.gradleplugins:gradle-svntools-plugin:latest.release

Any idea ?

martoe commented 7 years ago

Try replacing "latest.release" with the real version number ("2.2"). If it still doesn't work, please post your build.gradle file and the error message