[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
subversion [2008/09/19 12:31]
zeman Opraveny nerozbalené entity pro menšítka a většítka.
subversion [2008/09/19 12:39]
zeman Warning.
Line 392: Line 392:
   ~/projects/project   ~/projects/project
 </code> </code>
 +
  
  
Line 407: Line 408:
  
 ''svn update $FILE -r $REVISION'' ''svn update $FILE -r $REVISION''
 +
 +Warning: If you update the whole project (''svn update .'' in the root of the working copy) this way, svn will behave as if the revisions after the one you rolled back to did not exist. For instance, it will not show you the renewed files as changed when you call ''svn status''. If you call ''svn log'', it will show only revisions up to the one you rolled back to. If you call ''svn commit'' without making additional changes, nothing will happen. However, ''svn diff -r HEAD:BASE'' **will** show the differences between your current (rolled-back) version and the most recent one in the repository.
  
 ===== Setting Up an Archive ===== ===== Setting Up an Archive =====

[ Back to the navigation ] [ Back to the content ]