<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">The "correct" way to update is to:<br>
<br>
cd /spider<br>
git reset --hard<br>
git pull<br>
<br>
That's it.<br>
<br>
You are correct that you have reset it back to master branch. But
try this:<br>
<br>
git checkout mojo<br>
git reset --hard<br>
git pull<br>
<br>
<br>
On 13/12/2021 15:44, Erwin Fiten via Dxspider-support wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAMZWqJXRTxdDJGjTqpvQd2RsPqnoCV0P5bmDjo4KuiiaJDykSg@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Hi,
<div><br>
</div>
<div>I was running <span
style="color:rgb(0,0,0);font-family:Arial;white-space:nowrap"> </span><span
style="color:rgb(0,0,0);font-family:Arial;white-space:nowrap">ver. V1.57
build 345</span></div>
<div><span
style="color:rgb(0,0,0);font-family:Arial;white-space:nowrap">Today
my VM rebooted, so i took the chance to update to the latest
version with the commands :</span></div>
<div><span
style="color:rgb(0,0,0);font-family:Arial;white-space:nowrap"><b><br>
</b></span></div>
<div><b>git clone git://<a
href="http://scm.dxcluster.org/scm/spider"
moz-do-not-send="true">scm.dxcluster.org/scm/spider</a>
spider.new<br>
cp -a spider.new/.git /spider<br>
rm -rf spider.new<br>
cd /spider<br>
git reset --hard</b><br>
</div>
<div><b><br>
</b></div>
<div>Somehow this went wrong because when I restarted the
cluster I found it running (with loads of errors) on
version: V1.55 build 229</div>
<div><br>
</div>
<div>When I check the branch, I get this : </div>
<div><br>
</div>
<div><b>sysop@debian:/spider/perl$ git branch<br>
* master<br>
mojo</b><br>
</div>
<div><br>
</div>
<div>So I'm on the 'old' branch again, I think ?</div>
<div>How do I change back to Mojo & update?</div>
<div><br>
</div>
<div><b>sysop@debian:/spider/perl$ git branch mojo<br>
fatal: A branch named 'mojo' already exists.</b><br>
</div>
<div><br>
</div>
<div>This is not an option...<br>
<br>
Erwin, ON8AR</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Dxspider-support mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dxspider-support@tobit.co.uk">Dxspider-support@tobit.co.uk</a>
<a class="moz-txt-link-freetext" href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
</blockquote>
<br>
</body>
</html>