Mailing List

Flat
Perl module that allows commits?
User: mcholste
Date: 12/30/2009 12:45 pm
Views: 957
Rating: 0
Anyone know of a nice, tidy module that will allow either Git or SVN
commits?  There are tons that allow viewing/checking out/provides
hooks, but I have yet to see one that natively allows commits.  I'm
thinking about building a web app that will do versioning specifically
for per-host, per-user configuration files and I want the versioning
to be something nice and standard like Git or SVN.
Re: Perl module that allows commits?
User: jt
Date: 12/30/2009 1:24 pm
Views: 0
Rating: 0
I know Graham was either using or building something that does that for Git, for WebGUI's internationalization files. I don't know if he's checking email over the holiday break or not, but hopefully he can get back to you when he get's back on the 5th. Or if nothing else, at the meeting on the 19th.


On Dec 30, 2009, at 12:45 PM, <madtalk@madmongers.org> <madtalk@madmongers.org> wrote:

mcholste wrote:

Anyone know of a nice, tidy module that will allow either Git or SVN
commits?  There are tons that allow viewing/checking out/provides
hooks, but I have yet to see one that natively allows commits.  I'm
thinking about building a web app that will do versioning specifically
for per-host, per-user configuration files and I want the versioning
to be something nice and standard like Git or SVN.

View Online



Madison Area Perl Mongers - MadMongers
http://www.madmongers.org


JT Smith
ph: 703-286-2525 x810

Create like a god, command like a king, work like a slave.

Re: Perl module that allows commits?
User: mcholste
Date: 12/30/2009 1:35 pm
Views: 247
Rating: 0
Cool.  The main thing I'm trying to add over just SVN + branches is
the ability for commits to the trunk to propagate to the branches.
That way if changes to the "master" /etc/hosts file get made, it will
go to all the branches, with the appropriate diffs applied, and
auto-override or warn on conflicts.  Does Git do that?  It was my
understanding that SVN did not.  If I'm wrong about that, then it's a
pretty trivial matter to just build a GUI overlay for the versioning
system.

On Wed, Dec 30, 2009 at 1:24 PM,   wrote:
> jt wrote:
>
> I know Graham was either using or building something that does that for Git,
> for WebGUI's internationalization files. I don't know if he's checking email
> over the holiday break or not, but hopefully he can get back to you when he
> get's back on the 5th. Or if nothing else, at the meeting on the 19th.
>
> On Dec 30, 2009, at 12:45 PM,
>  wrote:
>
> mcholste wrote:
>
> Anyone know of a nice, tidy module that will allow either Git or SVN
> commits?  There are tons that allow viewing/checking out/provides
> hooks, but I have yet to see one that natively allows commits.  I'm
> thinking about building a web app that will do versioning specifically
> for per-host, per-user configuration files and I want the versioning
> to be something nice and standard like Git or SVN.
>
> View Online
>
> Madison Area Perl Mongers - MadMongers
> http://www.madmongers.org
>
>
> JT Smith
> ph: 703-286-2525 x810
> Create like a god, command like a king, work like a slave.
>
> View Online
>
>
> Madison Area Perl Mongers - MadMongers
> http://www.madmongers.org
>
>
Re: Perl module that allows commits?
User: jt
Date: 12/30/2009 2:03 pm
Views: 0
Rating: 0
You can certainly apply changes to all the branches, but you first have to commit to one branch and then do a merge as a second action.

On Dec 30, 2009, at 1:35 PM, <madtalk@madmongers.org> wrote:

mcholste wrote:

Cool.  The main thing I'm trying to add over just SVN + branches is
the ability for commits to the trunk to propagate to the branches.
That way if changes to the "master" /etc/hosts file get made, it will
go to all the branches, with the appropriate diffs applied, and
auto-override or warn on conflicts.  Does Git do that?  It was my
understanding that SVN did not.  If I'm wrong about that, then it's a
pretty trivial matter to just build a GUI overlay for the versioning
system.

On Wed, Dec 30, 2009 at 1:24 PM,   wrote:
> jt wrote:
>
> I know Graham was either using or building something that does that for Git,
> for WebGUI's internationalization files. I don't know if he's checking email
> over the holiday break or not, but hopefully he can get back to you when he
> get's back on the 5th. Or if nothing else, at the meeting on the 19th.
>
> On Dec 30, 2009, at 12:45 PM,
>  wrote:
>
> mcholste wrote:
>
> Anyone know of a nice, tidy module that will allow either Git or SVN
> commits?  There are tons that allow viewing/checking out/provides
> hooks, but I have yet to see one that natively allows commits.  I'm
> thinking about building a web app that will do versioning specifically
> for per-host, per-user configuration files and I want the versioning
> to be something nice and standard like Git or SVN.
>
> View Online
>
> Madison Area Perl Mongers - MadMongers
> http://www.madmongers.org
>
>
> JT Smith
> ph: 703-286-2525 x810
> Create like a god, command like a king, work like a slave.
>
> View Online
>
>
> Madison Area Perl Mongers - MadMongers
> http://www.madmongers.org
>
>

View Online



Madison Area Perl Mongers - MadMongers
http://www.madmongers.org


JT Smith
ph: 703-286-2525 x810

Create like a god, command like a king, work like a slave.

PreviousNext
Madison Area Perl Mongers