Barney, thanks for the info. I use CFEclipse and Subclipse, but on my local development machine rather than the dev server... In any case I think maybe I was overcomplicating things.
The new dev server will become my SVN server, but I will continue to develop on my local machine. Thus my working copy will remain where it is (local), but I'd like to get the repository onto the dev server. Is it really just as simple as copy/paste the entire repository directory to the new server? -----Original Message----- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 11:45 AM To: CF-Talk Subject: Re: OT: Subversion migration Do you mean your working directory? If you need to move your repo, commit everything from your working directory, delete your working directory, copy the repository directory to the new location (your new box), and then check out your working directory again from the new location. If you just need to move your working directory, simply check in changes, delete it, and check it out again in the new location (your new box). In either case, I'd recommend checking out a full-service SVN client. Tortoise is great for basic stuff, but a 'real' client will serve you better. SmartSVN is one I used and liked, but my tool of choice these days is Subclipse, an SVN plugin for Eclipse. Both of those happen to be Java, so if you've got a JRE that runs on your 64-bit system, they'll work without issue. cheers, barneyb On 12/2/05, Paul <[EMAIL PROTECTED]> wrote: > My development server finally arrived and I'd like to move my SVN repository > from my local machine to the new dev machine. I have TortoiseSVN on my > local machine, but the dev server is 64-bit and I can't get Tortoise to work > on there. So, can I use the Tortoise Repo-Browser on my local machine to do > what I need? If not, how do I do it command-line? I have "the" subversion > book but I can't understand how to do what I'm after. > > > > Thanks for any help. > > > > Paul > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225965 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

