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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:225964 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

