Search code examples
svnphing

export subversion/SVN TAG from repository (with phing)


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?


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