| Index: gclient_scm.py
|
| diff --git a/gclient_scm.py b/gclient_scm.py
|
| index 74b0281952c530cb2a92e36526d2f15d5d01a46e..93249ffff54277e5ca29c3e2bd88fce4dfbda883 100644
|
| --- a/gclient_scm.py
|
| +++ b/gclient_scm.py
|
| @@ -800,7 +800,7 @@ class SVNWrapper(SCMWrapper):
|
| from_info['Repository Root'],
|
| to_info['Repository Root'])
|
| else:
|
| - if not options.force:
|
| + if not options.force and not options.reset:
|
| # Look for local modifications but ignore unversioned files.
|
| for status in scm.SVN.CaptureStatus(checkout_path):
|
| if status[0] != '?':
|
|
|