Question

I'm building a phing deployment script where I first ask the user to enter the revision/tag to deploy from svn.

when a user enters e.g. 0.1, I would like to check (with a linux script or from svn itself) IF this 0.1 revision actually exists. If it doesn't exist, I want to print an error and stop.

Thanks a lot for sharing your expertise!

Was it helpful?

Solution

You can use the SVN info command to get information about a folder, file, trunk, branch, tag.

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