Hi,
I'm looking for a solution for the following situation.
We're using Subversion, and besides the development enviroment, where we use checkouts, we have a test environment, which is supposed to resemble the production environment as closely as possible.
Therefore, we now have it set up so that the environment is updated by using svn export. However, since we just want the latest revision, we don't know what revision has been exported.
My question is, is there some way to "mark" this export, for example by adding some generated file, that indicates which revision was exported? (We don't want to export tags, as we will be updating several times within one release cycle.)
I hope someone can help me. Thanks!