Jump to content
  • 0
Sign in to follow this  
mrlongshen

Downgrade hercules svn before using .conf

Question

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

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

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.

Edited by ecrow

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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