Re: [U2] Git and U2

2011-07-02 Thread Wols Lists
On 01/07/11 04:47, Rob Sobers wrote: Good point, Dan. Dropbox is such a good service, too. It's a shame that a) they let it happen (unit tests, man!) and b.) they handled it so poorly PR-wise. On the bright side, it's not nearly as bad as Citibank or Sony. Maybe poor PR but can anyone

Re: [U2] Git and U2

2011-06-30 Thread Rob Sobers
Same here. I do all my work on the command line, too. While Kiln has a nice web UI for browsing code, searching code, organizing repos, and viewing diffs, you can simply use it as a secure cloud-based host for your code. Think Dropbox for your code. It's nice to be able to be on any remote

Re: [U2] Git and U2

2011-06-30 Thread Steve Romanow
I use bitbucket for that. On Jun 30, 2011 9:48 AM, Rob Sobers rsob...@gmail.com wrote: Same here. I do all my work on the command line, too. While Kiln has a nice web UI for browsing code, searching code, organizing repos, and viewing diffs, you can simply use it as a secure cloud-based host

Re: [U2] Git and U2

2011-06-29 Thread Rob Sobers
Steve, I'm also an avid Mercurial user. You can pass a single filename or directory to hg revert: hg revert -r163 foo.txt Will only revert foo.txt to its state at revision 163 and leave all of the other files in that changeset alone. In addition to Google Code and Source Forge, Fog Creek

Re: [U2] Git and U2

2011-06-29 Thread slestak989
Thx. I usually just enjoy the command line interface hg. Not even that comfortable in Tortoise. I do so much work on remote servers, I dont want to depend on a graphical tool. ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Git and U2

2011-03-04 Thread Steve Romanow
applied? Regards, Doug www.u2logic.com -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of DavidJMurray (mvdbs.com) Sent: Thursday, March 03, 2011 9:23 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Git

Re: [U2] Git and U2

2011-03-04 Thread Steve Romanow
On 3/3/2011 7:09 PM, Doug wrote: I think the idea of Distributed Version Control System (DVSC) has some merit for certain applications. Google Code supports Subversion, and Mercurial and maybe others in its DVSC system. Several of our customers make us jump through hoops to get at their source

Re: [U2] Git and U2

2011-03-03 Thread Symeon Breen
We use Subversion From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of DavidJMurray (mvdbs.com) Sent: 02 March 2011 20:19 To: u2-users@listserver.u2ug.org Subject: [U2] Git and U2 Has anyone used Git and U2 - either UniVerse or Unidata -

Re: [U2] Git and U2

2011-03-03 Thread Doug
We use Subversion, CVS, Git and Perforce. During testing of our Eclipse based editor called XLr8Editor, we test all of those version control software packages that have an Eclipse plug-ins. We don't write any scripts or put wrappers around ED or AE calls, because built into our Eclipse based

Re: [U2] Git and U2

2011-03-03 Thread DavidJMurray (mvdbs.com)
Thanks everyone for your replies. As it looks like I will now be hosting on google code (as its free) I have a choice of subversion or mercurial. Weekend reading will be in order... Cheers, djm DavidJMurray (mvdbs.com) wrote: Has anyone used Git and U2 - either UniVerse or Unidata -

Re: [U2] Git and U2

2011-03-03 Thread Steve Romanow
On 3/3/2011 11:22 AM, DavidJMurray (mvdbs.com) wrote: Thanks everyone for your replies. As it looks like I will now be hosting on google code (as its free) I have a choice of subversion or mercurial. Weekend reading will be in order... Cheers, Might I recommend http://hginit.com/

Re: [U2] Git and U2

2011-03-03 Thread Tony Gravagno
David - you're undertaking an effort that most people seem to do alone. I wish we had more community resources on the considerations and HowTo's for various VCS's. Many people have an opinion but one must research a number of options before being able to form a really valuable opinion with

Re: [U2] Git and U2

2011-03-03 Thread Steve Romanow
On 3/3/2011 3:50 PM, Tony Gravagno wrote: Despite the popularity of GitHub, I have found their website UI to be primitive with regard to issue tracking, searches, and other features around the code. Based on my limited experience to-date, I have been considering hybrid solutions of SubVersion

Re: [U2] Git and U2

2011-03-03 Thread Doug
: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of DavidJMurray (mvdbs.com) Sent: Thursday, March 03, 2011 9:23 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] Git and U2 Thanks everyone for your replies. As it looks like I will now be hosting

Re: [U2] Git and U2

2011-03-02 Thread Steve Romanow
On 3/2/2011 3:18 PM, DavidJMurray (mvdbs.com) wrote: Has anyone used Git and U2 - either UniVerse or Unidata - together? Or any other suggestions for a version control - open source is preferred? Thanks in advance, djm - Learn and Do Excel and Share http://mvdbs.com http://mvdbs.com

Re: [U2] Git and U2

2011-03-02 Thread Rex Gozar
I use CVS with Universe. I chose to use shell scripts to build Universe accounts; I use the same scripts for both Linux and Windows (via cygwin). rex ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] Git and U2

2011-03-02 Thread Don Robinson
David My favorite is Perforce. It' not open source but a two user, five workspace version is free. I use one workspace on development and one on production so five is plenty for me. It is not MV aware but I've used it with Unidata, Universe and jBASE. It has command line and GUI interfaces for