Downgrade hercules svn before using .conf

mrlongshen

Noobies
Messages
1,126
Points
0
Age
36
Location
localhost 127.0.0.1
Emulator
Hi all, how to download into specific svn ? I want the last before hercules change the itemdb.conf and mobdb.conf. I want to use the txt file. Or before hercules change the import conf db into .conf. I want my server running the txt files on import db..

How to download it ? How to see where the hercules changes. What svn version hercules do ?

What is the command to download into the specific one. Is same like below ?

git clone https://github.com/HerculesWS/Hercules.git ~/Hercules

 
This is a good question for those learning Git. If I understand correctly: you pulled the latest Hercules update and want to go back.

Terminology wise, SVN is different from Git. SVN is Subversion; which is an alternative to Git.

Here's the Git command you're looking for:
(remember to cd into where ever you cloned your Hercules repository)

git checkout <branch or commitid>

I can't tell you where or when that change was made, since I'm very new to this project. You can do some research if you use:

git log --follow <path to file>

Hercules Github might have an easier to read interface for checking the logs.

 
Last edited by a moderator:
Thanks asheraf & ecrow 
default_wub.png


 
Back
Top