Would be nice to be able to export/checkout repositories.
Great idea. Thank you very much!
I might be needing export functionality in the future.
@patriksvensson do you prefer an addin using SharpSVN or a Tool in Cake.Common using the svn exe?
@mholo65 An SharpSVN addin would be a excellent place to start.
@mholo65 I was just away to say the same thing as @devlead :smile:
Yep, figured that since Git is available as an addin, it would be rude to add SVN into Cake.Common :smile:
@mholo65 that is not to say that one, or both of them, won't be pulled into Common at some point in the future. However, addin's are a good place to incubate extensions of Cake, and allow them to mature.
Addin work started here, can't say when it will be ready.
@mholo65 any news on this? I would like to check that everything is checked into the svn server before doing a produktion release!
@AnderssonPeter sorry, havent touched this in a looong while. And actual work keeps interfering with my spare time hacking. So can't say when I will touch it again. But it's not a top priority of mine 馃槃
Did only need svn export, but currently running it using Process.Start()
I have something done in this branch https://github.com/mholo65/Cake.Svn/tree/wip/export
If you would like to continue on it, I could have @gep13 transfer it to cake-contrib.
@mholo65 @AnderssonPeter if you want, happy to move that repo under the Cake-Contrib organisation, and to get you both added to the team associated with it.
A Cake.Svn addin has now been released. You can find it here:
Most helpful comment
Addin work started here, can't say when it will be ready.