0

In order to override and update my local directory with svn commands, what should I write? When I do update, it does not override my local changes. Should I do revert?

Avb Avb
  • 545
  • 2
  • 13
  • 25

2 Answers2

0

This workfor me

svn checkout svn://path/to/repo --force
Wender
  • 991
  • 15
  • 24
-1

yes have a look at these simple commands http://www.linuxfromscratch.org/blfs/edguide/chapter03.html

Scary Wombat
  • 44,617
  • 6
  • 35
  • 64