svn+ssh with bluehost "No repository found in 'svn+ssh://user@host/svn_repo"

2009-09-07 Thread rpflo
I successfully installed svn on my bluehost account, it's not using the berkley database but something else instead (I forgot what it said in the log and I closed the terminal window, ap something?) I ssh in to my box with bluehost and type in the terminal: svnadmin create svn_repo and it c

Unversion

2009-09-07 Thread maxpax
Just a quick simple question that for some reason I can't find the answer to! How do you unversion a working copy in versions?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this group

Re: Unversion

2009-09-07 Thread Dirk Stoop
Hi Max, Can you maybe clarify your question a bit? Do you want to make particular files in a working copy unversioned or do you need an entire unversioned copy of your working copy? Thanks, - Dirk On Sep 7, 8:30 am, maxpax wrote: > Just a quick simple question that for some reason I can't fin

Re: Unversion

2009-09-07 Thread trishkepple
I don't think Versions lets you"de-version" a working copy, but you can easily do this with the Terminal: 1. Open Terminal 2. Type "cd " (that's c, then d, then space) 3. Drag the folder you want to de-version (this folder and all subfolders will become de-versioned). 4. Press return. 5. Type (or

Re: Unversion

2009-09-07 Thread maxpax
Hi Guys, Thanks for the replies :) Dirk - I did want to unversion an entire working copy. trishkepple - Thanks for that, works fine :) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to th

Changing ip adress of repository - problem

2009-09-07 Thread kropsi
First after changing the ip adress on server I realised that all the files in working copies have to be changed as well. But I couldn't find any way to solve this through preferencies in Versions, what is to be done? How do I change the ip adress in local files of my co- workers? --~--~-~

Re: Unversion

2009-09-07 Thread Quinn Taylor
This is what the 'svn export' command is for. If given a working copy path, and the revision is omitted, it exports the working version of all resources. Plus, you can do it from within Versions. - Quinn On Sep 7, 2009, at 11:40 AM, maxpax wrote: Hi Guys, Thanks for the replies :) Dirk

Re: Changing ip adress of repository - problem

2009-09-07 Thread Quinn Taylor
There is not yet a way to do this from inside Versions. However, in Terminal, type "svn help switch", and investigate the second option (with the --relocate flag) for this scenario. You need only perform the command once for each working copy (at the root of the working copy). Changing Vers