Jump to content
  • 0
Sign in to follow this  
glemor123

how to find your server files version in hercules?

Question

6 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.