Updated via SVN, how do I update now via Git?
-
Having real issues trying to update FOG server from 1.3.0 to 1.3.3 because the SVN update has been removed from the wiki and the only option is via Git now? As it was not originally installed via Git I keep getting the error message:
fatal: Not a git repository
Or if I am trying to Git clone:
fatal: destination path ‘/root/fogproject’ already exists and is not an empty directory.
How am I supposed to update with Git?
-
You can still update with svn as you once did, but if RC’s are pushed up they will only be on git.
You need to clone the github repository for this to work.
git clone https://github.com/fogproject/fogproject.git cd bin ./installfog.sh [-y]
If you are still svn
cd /root/fogproject svn up cd bin ./installfog.sh [-y]
-
Great, that worked with svn, thanks.
Stephen
-
Instructions can also be found here: https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk