Question

concerning version control, SVN specifically, how would I identify the revision an export was exported from whithout knowing who exported it or when it was exported?

I've checked SVN-keywords but they don't seem to do what I want.

Creating a file that holds the revision number and distributing that along with the export seems unsafe to me, too, since that file could be manipulated or deleted.

So is there some way to compare the actual files with the ones in version control to determine a revision number? (or any other reliable way, for that matter)

Was it helpful?

Solution

Since svn export removes the connectivity of source with subversion; Subversion won't be of any help.

All you could do is to keep version number in a file, as you said, and use that as an indicator.

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