Re: Survey: How do you commit?

2016-01-05 Thread Rainer Müller
On 2016-01-02 06:43, Ryan Schmidt wrote: > Using a Subversion working copy and "svn commit"? For ports, I am exclusively using this approach. > Using a Git clone and git-svn? For base I am experimenting with git-svn, but I also keep a normal svn working copy. > Do you have any complaints about

Re: Survey: How do you commit?

2016-01-04 Thread Michael Dickens
Ditto Ryan's reply. That said, I think SVN is actually OK for what MacPorts needs. I greatly prefer GIT for actual software development, because of the cloning, committing, branching, splitting, merging it provides (offline or online, parts or whole, lots of usable options). I use SVN for the MP

Re: Survey: How do you commit?

2016-01-04 Thread Sterling Smith
I would be more likely to request commit privileges if there were a git option. Maybe I need to look into the git clone with git-svn method. -Sterling On Jan 1, 2016, at 9:43PM, Ryan Schmidt wrote: > Quick survey for committers: > > How do you commit to the MacPorts

Re: Survey: How do you commit?

2016-01-02 Thread Mojca Miklavec
On 2 January 2016 at 06:43, Ryan Schmidt wrote: > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit"? > Using a Git clone and git-svn? > Some other method? I use a sparse subversion checkout and "svn

Re: Survey: How do you commit?

2016-01-02 Thread Wahlstedt Jyrki
> On 2.1.2016, at 7.43, Ryan Schmidt wrote: > > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit”? This one > Using a Git clone and git-svn? > Some other method? > > Do you

Re: Survey: How do you commit?

2016-01-02 Thread Kurt Hindenburg
> On Jan 2, 2016, at 12:43 AM, Ryan Schmidt wrote: > > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit”? This one > Using a Git clone and git-svn? I should have setup this

Re: Survey: How do you commit?

2016-01-02 Thread Blair Zajac
> On Jan 2, 2016, at 12:43 AM, Ryan Schmidt wrote: > > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit”? This one. > Using a Git clone and git-svn? > Some other method? >

Re: Survey: How do you commit?

2016-01-02 Thread Adam Mercer
On Fri, Jan 1, 2016 at 11:43 PM, Ryan Schmidt wrote: > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit"? > Using a Git clone and git-svn? This is the one I use, in fact this is

Re: Survey: How do you commit?

2016-01-02 Thread Mojca Miklavec
On 2 January 2016 at 13:22, Joshua Root wrote: > On 2016-1-2 16:43 , Ryan Schmidt wrote: > >> Do you have any complaints about that method or are you happy with it? > > Works pretty well for the most part. Would be nice if it had commit > shelving .

Re: Survey: How do you commit?

2016-01-02 Thread Craig Treleaven
> On Jan 2, 2016, at 12:43 AM, Ryan Schmidt wrote: > > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit”? Yes > Using a Git clone and git-svn? > Some other method? > > Do

Re: Survey: How do you commit?

2016-01-02 Thread Joshua Root
On 2016-1-3 07:38 , Ryan Schmidt wrote: > > On Jan 2, 2016, at 6:22 AM, Joshua Root wrote: > >> Works pretty well for the most part. Would be nice if it had commit >> shelving . > > The closest feature that exists is the changelist: >

Re: Survey: How do you commit?

2016-01-02 Thread Ryan Schmidt
On Jan 2, 2016, at 6:22 AM, Joshua Root wrote: > Works pretty well for the most part. Would be nice if it had commit > shelving . The closest feature that exists is the changelist: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.changelist.html

Re: Survey: How do you commit?

2016-01-02 Thread Takeshi Enomoto
Dear Ryan, > Using a Subversion working copy and "svn commit”? I use subversion. I use git for other projects, but I used to use subversion at work. I don’t have any problems with subversion. I think subversion is suited for centralized repositories. Regards, Takeshi - Takeshi Enomoto

Re: Survey: How do you commit?

2016-01-01 Thread Sean Farley
Ryan Schmidt writes: > Quick survey for committers: > > How do you commit to the MacPorts Subversion repository? > > Using a Subversion working copy and "svn commit"? > Using a Git clone and git-svn? > Some other method? hgsubversion :-) > Do you have any complaints

Survey: How do you commit?

2016-01-01 Thread Ryan Schmidt
Quick survey for committers: How do you commit to the MacPorts Subversion repository? Using a Subversion working copy and "svn commit"? Using a Git clone and git-svn? Some other method? Do you have any complaints about that method or are you happy with it?