download via tortoiseSVN

Tio Akima

New member
Messages
349
Points
0
Age
36
Discord
TioAkima#0636
Github
Tio Akima
Emulator
it is possible to download the emulator with the tortoise, without having the misfortune to come
 
GD_GUILD_STORAGE
zones
rathena
 
among billions of files that comes along ...?
 
 
 
 
I'm trying the link
 
https://github.com/HerculesWS/Hercules
 
 
but has many unnecessary files together.
 
thanks
 
it is possible to download the emulator with the tortoise, without having the misfortune to come

GD_GUILD_STORAGE

zones

rathena

among billions of files that comes along ...?

I'm trying the link

https://github.com/HerculesWS/Hercules

but has many unnecessary files together.

thanks
Use tortoiseGitThat happens because git and svn are totally different, git handle branches as whole new thing, while svn would just create new folder for all branches that the repo has..

 
it is possible to download the emulator with the tortoise, without having the misfortune to come
 
GD_GUILD_STORAGE
zones
rathena
 
among billions of files that comes along ...?
 
 
 
 
I'm trying the link
 
https://github.com/HerculesWS/Hercules
 
 
but has many unnecessary files together.
 
thanks

Use tortoiseGit

That happens because git and svn are totally different, git handle branches as whole new thing, while svn would just create new folder for all branches that the repo has..
As far as I know you can, Just add trunk in the link to checkout the master only without the branches: zone, rathena, etc.... for example: 

Code:
[URL="https://github.com/HerculesWS/Hercules/trunk"]https://github.com/HerculesWS/Hercules/trunk[/URL]
 
Last edited by a moderator:
Code:
svn checkout [URL="https://github.com/HerculesWS/Hercules/trunk"]https://github.com/HerculesWS/Hercules/trunk[/URL] /home/blablabla/
 
Last edited by a moderator:
it is possible to download the emulator with the tortoise, without having the misfortune to come

GD_GUILD_STORAGE

zones

rathena

among billions of files that comes along ...?

I'm trying the link

https://github.com/HerculesWS/Hercules

but has many unnecessary files together.

thanks
Use tortoiseGitThat happens because git and svn are totally different, git handle branches as whole new thing, while svn would just create new folder for all branches that the repo has..
thanks Dastgir

it is possible to download the emulator with the tortoise, without having the misfortune to come
 
GD_GUILD_STORAGE
zones
rathena
 
among billions of files that comes along ...?
 
 
 
 
I'm trying the link
 
https://github.com/HerculesWS/Hercules
 
 
but has many unnecessary files together.
 
thanks

Use tortoiseGit

That happens because git and svn are totally different, git handle branches as whole new thing, while svn would just create new folder for all branches that the repo has..
As far as I know you can, Just add trunk in the link to checkout the master only without the branches: zone, rathena, etc.... for example: 

https://github.com/HerculesWS/Hercules/trunk
thanks Mhalicot!

thanks!

 
Back
Top