symfony: how "svn revert ." works? -


i've done checkout, after modify file has been download.

then svn revert . file is, expecting has again contents has after doing checkout has modification have made after.

so how can go state of file after doing checkout?

javier

you need recursive flag

svn revert -r . 

your command revert things on folder, e.g. svn-property changes, not on files or folders below.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -