Re: Diff with Kaleidoscope

2010-10-11 Thread Quinn Taylor
It's true, no merge on the feature list. http://www.kaleidoscopeapp.com/ Notice the emphasis on *spotting* changes quickly. Merge is not yet supported, but I imagine it will have to in order to survive and thrive amid competitors which *do* support merging. - Quinn On Oct 11, 2010, at 9:58 A

Re: non-recursive (immediates) commit

2010-10-11 Thread Quinn Taylor
I don't know of a way to do that in Versions, but I believe that command-line svn will allow it. Type `svn help commit` in Terminal and look at the --depth option. I believe that "--depth empty" is the equivalent of "--non-recursive" (which is now obsolete). http://stackoverflow.com/questions/2

Re: Diff with Kaleidoscope

2010-10-11 Thread pSouper
really? Kaleidoscope doesn't merge? what good is a diff tool that can't merge? i'd be surpised and shocked i it didn't allow you to merge files - i've just bought it but haven't got around to opening yet so i'd go as far as being discussted... i'm popping off to test it now. On Oct 6, 6:43 am, Ma

error on first checkout (Not authorized to open root of edit operation.)

2010-10-11 Thread pSouper
Hi all, v.new to svn and have a need to host remotely (centOS vps), I have setup and imported without problem but get the following error when i try to check out for the first time (not got past this so don't know if it will persist).. "Not authorized to open root of edit operation." The web tells

non-recursive (immediates) commit

2010-10-11 Thread Robert Goldman
How do I commit mods to only a directory? E.g., if I edit the externals on a directory node, how do I commit just this modification, without picking up modifications in files and subdirectories? Apologies if this is a FAQ... Home > Versions workflow > Browse > Committing changes is skimpy and h