Can you update the svn please.. ?
Update i-MSCP Nightly to Nightly
- gOOvER
- Closed
-
-
its being moved to git - so I'd say please be patient there will be news in a short time...
/J
-
-
Yes, i think tomorrow it will be moved, then i will update it to git
-
Repository was moved since last night. You can checkout last trunk using either
Quotegit clone git@github.com:i-MSCP/imscp.git
or
Quotesvn checkout http://svn.github.com/i-MSCP/imscp.git
-
-
Repository was moved since last night. You can checkout last trunk using eitheror
If you use git, you shouldn't need to export it. Since only the top directory has a .git dir (unlike svn which has a .svn in each and every directory)
Although if you're looking for something like export you can use:
And then you don't need git installed on the server (just curl and tar)
Edit: You could also use wget -O instead of curl
-
I will test it tomorrow an update the Script
-
-
the aktual git shows 4802(my time 20:42) as last trunk...is this right?
-
Actually last commit was 1b027de from 5 min ago. please use git instead of svn.
First time you issueQuotegit clone git://github.com/i-MSCP/imscp.git
then when you want update your local copy just issue
Quotegit pull
.
To install git
Quoteapt-get install git
-
-
git pull don´t work for me:
Quotegit pull git@github.com:i-MSCP/imscp.git
fatal: Not a git repository (or any of the parent directories): .git -
-