Miklos,
You should just be able to do:
hg update -r 1429
That should roll all of the updates since then back to that revision. From there, yes, you should do bin/update.sh. I would strongly encourage you to dump your database beforehand and also back up the web app folder as well!
What was the specific issue you were having with the dev tip code?
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
xnat_discussi...@googlegroups.com.
To post to this group, send email to
xnat_di...@googlegroups.com.
Visit this group at
http://groups.google.com/group/xnat_discussion?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Yes, sorry, started to respond to this and then have been in meetings since then!
The other command you can use for this is id. The basic command gives you the revision hash, with --debug you get the full hash, and with -n you get the revision number:
nrg > hg id
57895edf0840
nrg > hg id --debug
57895edf084070e19c0d6d88e5f205cbcc20f9f8
nrg > hg id -n
32
--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
xnat_discussi...@googlegroups.com.
To post to this group, send email to
xnat_di...@googlegroups.com.
Visit this group at
http://groups.google.com/group/xnat_discussion?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.