So the doc shows the option to export code by passing a revision number. We deploy code by using the tags we create for deployments. Is it possible to use tags instead of “revisions,” or am I better off using the command line?
svn doesn’t really have branches and tags, or it is more correct to say, they are an illusion and not really real.
You would basically specify the tag to check out as the repo parameter.
It’s beyond my place to say everyone can/should switch to git, but … if possible, and in a non-official capacity I highly recommend it – having real branches and smarter merging quickly makes up for the learning curve!
I have a workaround and yes we’re eventually going to switch over to Git. We just need our devs to migragte their code to Github.