how to find your server files version in hercules?

Hi, you can also see your SVN revision in console.

svn version.png

 
Last edited by a moderator:
Commit them,  then update as normal. You'll probably  some conflicts you'll have to fix yourself manually. 

 
for svn

.svnwc.db

for git
.gitrefsremotesoriginmaster

you can also specify version by manunal

srccommoncore.c

svn --->   static char svn_version_buffer[16] = "13617";

git  ---> static char HerculesGitHash[41] = "1f1930c0e3d2bb928d9fc9a39f360815daf77e8f";//Sha(40) + 1

 
Back
Top