2

On my Windows workstation was easy to use Tortoise 1.7 and command line 1.6 in NetBeans. Is it possible in Ubuntu.

banzsh
  • 540
  • 1
  • 4
  • 18

1 Answers1

0

As @Pedro Romano says, svn 1.7 client is fully compatible with svn 1.6 server. See svn 1.7 compatibility

You only need to do

$ svn updgrade working_dir1 working_dir2 ...

And work as always, the upgrade preserve local modifications. See svn help upgrade

albfan
  • 12,542
  • 4
  • 61
  • 80