Vault client with Mono
Moderator: SourceGear
Vault client with Mono
I've moved to the point where I *need* to have a Mac OSX client for my source control. Has any progress been made on the endian issue for the command line client? If this part at least works I can make a plugin for xcode or something that just calls the command line version, i.e. some sort of gui wrapper for the command line. The command line works somewhat under mono, I was successfully able to get a tree and have it create all the directories, however it fails to fetch the individual files which fail with check errors.
I've also tried to run the gui client under mono. The mono project has come a long way; it now has an OSX build and includes the WinForms stuff. However, the gui client gets stuck on the registry since the mono project doesn't include support for it.
When I search for Vault and OSX I keep getting my hopes up when I find the 1993 announcement by Eric that you are working with the Mono project to bring Vault cross platform.
At this point I've installed Subversion and imported my projects to it. It's a poor substitute for Vault (due to the really nice Vault client), but it does work. If I can get some word on the Mono situation I'll stick with Vault (which I recommend to everyone I can which is what I really, really want to do.
Thanks
I've also tried to run the gui client under mono. The mono project has come a long way; it now has an OSX build and includes the WinForms stuff. However, the gui client gets stuck on the registry since the mono project doesn't include support for it.
When I search for Vault and OSX I keep getting my hopes up when I find the 1993 announcement by Eric that you are working with the Mono project to bring Vault cross platform.
At this point I've installed Subversion and imported my projects to it. It's a poor substitute for Vault (due to the really nice Vault client), but it does work. If I can get some word on the Mono situation I'll stick with Vault (which I recommend to everyone I can which is what I really, really want to do.
Thanks
BTW I did take a quick look at the Client API stuff last night. I don't believe that will help me much since it's just a dll. I'll have to look closer at the mono project to see if I can build an application that uses a dll that runs under mono. It may be an option, but I'd much rather have at least the command line client run under mono so my work for a gui portion is lessened.
Awesome. So I'll have to whip up something to send the command line commands myself, but at least I can keep using Vault. So just to be sure, with this release I'll be able to check out & check in files & get lists of files from a command line.
Something like
mono Vault.exe get myrepos username password filename
I'll have to learn the actual command line switches to give, but this makes me happy
Something like
mono Vault.exe get myrepos username password filename
I'll have to learn the actual command line switches to give, but this makes me happy