Frage

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)

War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top