Re: [Subclipse-users] Switching from file:/// to svn://
From: Jozef Kotlár <kotlar_at_eea.sk>
Date: 2006-01-10 12:52:52 CET
use svn command line
svn switch --relocate file:///old-path svn://localhost/new-path
this will let your local changes intact
-- Dodo On Ut, 2006-01-10 at 12:46 +0100, Hendrik Maryns wrote: > Hi, > > I recently changed my computer and just copied over the entire > Subversion repository onto the new one. It seems to work just fine. > I also have Eclipse and Subclipse installed on the new system, and I > have copied over my working copy. Now I have some changes there that > are not checked in yet. When I tried to check them in on the new > machine, I got the problem that JavaHL is not installed. Indeed, I need > it because I am using the file:/// protocol. Instead of getting through > all the pain of recompiling Subversion with javahl on the new machine, > as I did on the old one, I thought it would be easier to just invoke an > svnserve -d daemon, and access my repo over svn://. This seems to work, > I tried it with a second project that was up-to-date. I had to delete > my WC and check it back out, though. > > Now for the problem: my main project has uncommited changes, so I can’t > just delete the WC and check it back out. What is the best way to go > now? Can I disconnect a project and reconnect it to another gateway to > the same repo? > > And would there be any disadvantage that I use svn:// now over file:///? > > TIA, H. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org For additional commands, e-mail: users-help@subclipse.tigris.orgReceived on Tue Jan 10 12:56:50 2006 |
This is an archived mail posted to the Subclipse Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.