Re: "Waiting for transactions to finish"

2009-04-08 Thread Roger Vaughn
It always used to *eventually* free up for me, so I never had to force- quit. Anyway, on a hunch I turned off the "Show badges with working copy changes" option, and I haven't seen it -- or the "Versions quit unexpectedly" message -- since. On Apr 8, 2:14 pm, Quinn Taylor wrote: > I have the s

Re: "Waiting for transactions to finish"

2009-04-08 Thread Quinn Taylor
I have the same problem as well, though not every single time, so I'm assuming it hasn't yet been fixed. - Quinn On Apr 8, 2009, at 10:32 AM, David Warner wrote: Did this problem ever get resolved? I still have this every time I try to quit Versions -- I end up having to force-quit every tim

Re: "Waiting for transactions to finish"

2009-04-08 Thread David Warner
Did this problem ever get resolved? I still have this every time I try to quit Versions -- I end up having to force-quit every time. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Versions" group. To post to this g

Re: Connecting to local repository from Windows virtual machine

2009-04-08 Thread Quinn Taylor
IIRC, Windows VM partitions can't read/write on Mac partitions, so file-based access is probably not the best solution. Your two other main options are to host the repository on the network via (1) the svnserve daemon of (2) Apache2 web sharing. I've done both, and neither is terribly diffi

Re: How can I set the CFBundleVersion according to subversion/Versions revision number?

2009-04-08 Thread Kez
I assume that you are asking here how to add your current commit revision to the application version? like V1.0 build 3212 after a quick google as I couldnt remember where it came from ;) this is what I found and use http://www.red-sweater.com/blog/23/automatic-build-sub-versioning-in-xcode it

Re: How can I set the CFBundleVersion according to subversion/Versions revision number?

2009-04-08 Thread Gatada
On Apr 8, 2:53 pm, msalmonse wrote: > If you look at the properties tab of the inspector you will see a list > of keywords. These are expanded when a file is fetched but they don't > look particularly nice, I don't think that they would be acceptable in > your plist, in any case it is the revisi

Re: How can I set the CFBundleVersion according to subversion/Versions revision number?

2009-04-08 Thread msalmonse
On Apr 8, 9:31 am, Gatada wrote: > Hi, > > I am sure this problem has a simple solution: > > How can I use the subversion/Versions revision number as the > CFBundleVersion in my Xcode project? If you look at the properties tab of the inspector you will see a list of keywords. These are expanded

Checkout using version to local directory that requires root access?

2009-04-08 Thread KoobCam
I am trying to check out a folder into /usr/local/bin. I get an error saying I don't have access. How can I run the command using sudo from versions? Easy to do from the command line, just wondering if versions supports it? --~--~-~--~~~---~--~~ You received this m

Re: Auto-update of CFBundleShortVersionString or CFBundleVersion in info.plist

2009-04-08 Thread Kez
> > Given that the value for “CFBundleVersion” identifies the iteration > (released or unreleased) of the application, I think it would be > natural to connect it with the revision number in subversion/Versions. I assume that you are asking here how to add your current commit revision to the ap

Re: Export/Import Repository Bookmarks

2009-04-08 Thread Alessandro
Thanks for the reply. It helped :) Best, Alex On Apr 8, 9:04 am, Dirk Stoop wrote: > Hi Alex, > > Thanks for the nice words :) > > There's no import/export feature in Versions itself yet, but you can > copy your entire Bookmarks.plist file over to another Mac and Versions > will pick it up. >

Re: How to retrieve an older version of a single file?

2009-04-08 Thread Sofa
Or just start browsing the repository with the version you'd like, select the file and do a checkout on it. Watch out with folders though. Kindest regards, Koen Bok - madebysofa.com On Apr 7, 11:01 pm, denisa wrote: > Reverting the repository is not exactly what I was hoping for.  I'll > just

How can I set the CFBundleVersion according to subversion/Versions revision number?

2009-04-08 Thread Gatada
Hi, I am sure this problem has a simple solution: How can I use the subversion/Versions revision number as the CFBundleVersion in my Xcode project? Maybe it even is a nice, clean and efficient way to get the CFBundleShortVersionString set correctly? Thanks! Johan CFBundleVersion: identifies a

Auto-update of CFBundleShortVersionString or CFBundleVersion in info.plist

2009-04-08 Thread Gatada
Hi, I am expecting this issue to have a very simple solution. Given that the value for “CFBundleVersion” identifies the iteration (released or unreleased) of the application, I think it would be natural to connect it with the revision number in subversion/Versions. Can anyone tell me how to do

Re: Feature Request: SSH Tunnels

2009-04-08 Thread Dirk Stoop
Hi Logan, I've filed a ticket for us to investigate offering SSH tunnels. To make performance acceptable using SSHFS, you can try to deselect the "Show badges with working copy changes" and "Refresh when local changes are made" options in Versions' preferences. With those options off, you'll ha

Re: Export/Import Repository Bookmarks

2009-04-08 Thread Dirk Stoop
Hi Alex, Thanks for the nice words :) There's no import/export feature in Versions itself yet, but you can copy your entire Bookmarks.plist file over to another Mac and Versions will pick it up. The Bookmarks file is stores in ~/Library/Application Support/ Versions, before you copy it over qui