Question

I'm looking to do exactly and only that. Export a tag we created in SVN to a certain directory.

Does anyone know if there is a SVN command to do that?

If possible, is it possible to do from a phing task?

Was it helpful?

Solution

Don't know about phing, but if it can execute a command line exe then this is your ticket:

http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.export.html

Update Looks like it can: http://phing.info/docs/guide/stable/chapters/appendixes/AppendixC-OptionalTasks.html#SvnExportTask

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top