[fltk.general] How to rewrite the subversion URL after server move

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

How to rewrite the subversion URL after server move Albrecht Schlosser May 08, 2013 top right image
 
All,

as you may all know, the FLTK server got a new home at
seriss.com (thanks to Greg for taking over).

If you have one or more svn working copies you want to
use further, you can simply rewrite the stored URL and
use it as before. This reduces the download and can help
to save local edits you might have had in your working
copy.

Of the following commands, the first displays the URL,
the second changes it:

$ svn info | grep URL
URL: http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3

$ svn switch --relocate \
http://svn.easysw.com/public/fltk/fltk/branches/branch-1.3 \
http://seriss.com/public/fltk/fltk/branches/branch-1.3

Now you can use

$ svn up

... as usual ...

Newer svn versions (AFAIK since 1.7.x) can use "svn relocate"
instead of "svn switch --relocate", with the same arguments.

Albrecht

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



Direct Link to Message ]
 
bottom left image   bottom right image
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.