Obtaining Hercules

I dun know why the svn address not working with windows TortoiseSVN client,but it was working fine with linux svtcheckout

erro msg:

Checkout from http://svn.github.com/HerculesWS/Hercules.git, revision HEAD, Fully recursive, Externals includedThe PROPFIND response did not include the requested properties

I used to have the same problem but just changed the url to https://github.com/HerculesWS/Hercules.git and it worked fine with tortoise svn
Yes https will correct the issue.

 
I dun know why the svn address not working with windows TortoiseSVN client,but it was working fine with linux svtcheckout

erro msg:

Checkout from http://svn.github.com/HerculesWS/Hercules.git, revision HEAD, Fully recursive, Externals includedThe PROPFIND response did not include the requested properties

I used to have the same problem but just changed the url to https://github.com/HerculesWS/Hercules.git and it worked fine with tortoise svn
Yes https will correct the issue.
I mean removing the svn. part of the link
default_tongue.png


 
Subversion numbers are a bit arbitrary on Git repositories, I don't exactly know why.

I myself don't know if they're the last revision numbers, but you could do a comparison with some comparation programs such as WinMerge (supposing you're using Windows) or the diff command (supposing you're on Linux) and see if both folders contain the same files with the same content (maybe except the .svn folder).

Should be the same, though, but this intrigates me.

 
Hello.

It's my first time here at Hercules and I have a problem, Git isn't working. I always get this error.
30vzm02.png


Anyway, I've downloaded it using TortoiseSVN. But, I can't open Hercules-9, Hercules-10 or Hercules-12.

I have MS Visual Studio C++ 2010 and 2008 installed in my computer.
Just download msysGit. click Open msysGit WebSite.

and to open Hercules-10

Right Click and Open With > MSC++2010
Hey man, I followed your instructions and downloaded MSysGit, but I am still getting this error. I downloaded and installed: msysGit-fullinstall-1.8.3-preview20130601.exe, I then downloaded and install Tortoisegit from the link that you provided. Hopefully you can help me out with this.

 
does svn.github.com is close now? i cannot update my svn anymore using svn up command on the terminal.

 
does svn.github.com is close now? i cannot update my svn anymore using svn up command on the terminal.
Svn links have already been updated in the first post. And yes, the svn. link does no longer work. This however doesn't mean that svn doesn't work, it's just a new link.

 
Last edited by a moderator:
does svn.github.com is close now? i cannot update my svn anymore using svn up command on the terminal.
Svn links have already been updated in the first post. And yes, the svn. link does no longer work. This however doesn't mean that svn doesn't work, it's just a new link.
oh. ok sir, anyway, how can we update our old svn to the new one sir? im using vps(OS: Debian)? do we need to edit the files inside .svn folder?

 
If you're using tortoisesvn then there should be a menu option that allows you to relocate/switch the svn url from old to new. I don't quite know how that works though nor can I test it myself. Try googling it or maybe somebody else has a definitive solution. Jman is good at this if my memory serves me right.

 
Last edited by a moderator:
Fetching before pulling is always a good idea. So people won't get confused when they use "git status" and get a message "Your branch is in front of origin master by 3 commits"
default_wink.png


 
my hercules data is up to date , but  I  deleted  some files  by accident, how can I  re-downolad  those data?

edit: my client is Tortoisegit

 
Last edited by a moderator:
If you haven't committed the changes yet, you can do as follows (on that pic I "accidentally" deleted conf/map folder with all contents):

Right click on your repository folder or the folder you accidentally deleted files from (whichever you like). Then hover the mouse over TortoiseGit and select Revert... on the new menu.

AqwfU0H.png
A new window will appear. This will let you select any of the files you deleted or modified for reverting the changes (on all the repository or just in that folder if you opted for selecting that folder). Watch out since if you revert a modified file, you won't be able to retrieve your former changes. Select what you want to revert, then click OK
g49zwVd.png
A new window will appear, which will revert all selected files for you. Wait for it to finish, then click OK an now you're done!
aeqf.png
Hope this works!
P.S.: If you don't know if you have committed it or that word doesn't seem familiar to you, then chances are you haven't done it since commits are almost always done on purpose

Sorry for using the Spanish UI, but it shouldn't be much of a problem here since I use English TortoiseGit.

 
Last edited by a moderator:
If you haven't committed the changes yet, you can do as follows (on that pic I "accidentally" deleted conf/map folder with all contents):

Right click on your repository folder or the folder you accidentally deleted files from (whichever you like). Then hover the mouse over TortoiseGit and select Revert... on the new menu.

AqwfU0H.png
A new window will appear. This will let you select any of the files you deleted or modified for reverting the changes (on all the repository or just in that folder if you opted for selecting that folder). Watch out since if you revert a modified file, you won't be able to retrieve your former changes. Select what you want to revert, then click OK
g49zwVd.png
A new window will appear, which will revert all selected files for you. Wait for it to finish, then click OK an now you're done!
aeqf.png
Hope this works!
P.S.: If you don't know if you have committed it or that word doesn't seem familiar to you, then chances are you haven't done it since commits are almost always done on purpose

Sorry for using the Spanish UI, but it shouldn't be much of a problem here since I use English TortoiseGit.
 wow ~ quite different from Tortoisesvn,

It's working for me , thank you so much

---------------------------------------------------------------------------------

If I have committed the changes of my careless deletion on local master

Tortoisegit-->show log--> revert that change ----> commit local master again?

Is that the correct way? Or is there another  better way?

 
Last edited by a moderator:
---------------------------------------------------------------------------------

If I have committed the changes of my careless deletion on local master

Tortoisegit-->show log--> revert that change ----> commit local master again?

Is that the correct way? Or is there another  better way?
I haven't tested but I think it's done that way.
 
Back
Top