Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/difx/subversion
Дата изменения: Unknown Дата индексирования: Sun Apr 10 21:24:57 2016 Кодировка: IBM-866 Поисковые слова: spring |
The following are some useful subversion commands
A useful reference is http://svnbook.red-bean.com/en/1.4/svn.branchmerge.commonuses.html
> svn log -v --stop-on-copy ------------------------------------------------------------------------ r4048 | ChrisPhillips | 2011-12-08 08:00:08 +1100 (Thu, 08 Dec 2011) | 1 line Changed paths: A /mpifxcorr/branches/askap (from /mpifxcorr/trunk:4029) askap branch ------------------------------------------------------------------------
> svn update At revision 4152.
> svn merge -r 4029:4152 https://svn.atnf.csiro.au/difx/mpifxcorr/trunk
alternatively
> svn merge -r 4029:4152 ^/mpifxcorr/trunk
If you want to abandon unwanted local modifications
> svn revert Makefile.am
If you cannot remember the URL for the base repository,
> svn info