* Perl module for Git
@ 2009-02-16 15:44 Pedro Melo
2009-02-16 17:45 ` nadim khemir
0 siblings, 1 reply; 3+ messages in thread
From: Pedro Melo @ 2009-02-16 15:44 UTC (permalink / raw)
To: Git Mailinglist
Hi,
I'm writting a small web-based tool for designers to manage a small
set of HTML templates. They will use SFTP or DAV to edit the templates
in a development server, and then use the web-based tool to commit
their changes and push to the test server.
What is the best Perl module for this? I'm thinking on using Git.pm
but I wonder if there isn't a better solution?
Thanks,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
XMPP ID: melo@simplicidade.org
Use XMPP!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Perl module for Git
2009-02-16 15:44 Perl module for Git Pedro Melo
@ 2009-02-16 17:45 ` nadim khemir
2009-02-17 7:58 ` Pedro Melo
0 siblings, 1 reply; 3+ messages in thread
From: nadim khemir @ 2009-02-16 17:45 UTC (permalink / raw)
To: Git Mailinglist
On Monday 16 February 2009 16.44.45 Pedro Melo wrote:
> Hi,
>
> I'm writting a small web-based tool for designers to manage a small
> set of HTML templates. They will use SFTP or DAV to edit the templates
> in a development server, and then use the web-based tool to commit
> their changes and push to the test server.
>
> What is the best Perl module for this? I'm thinking on using Git.pm
> but I wonder if there isn't a better solution?
You please give use a few use cases. I must admit that I don't get exactely
what you want to do.
Nadim.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Perl module for Git
2009-02-16 17:45 ` nadim khemir
@ 2009-02-17 7:58 ` Pedro Melo
0 siblings, 0 replies; 3+ messages in thread
From: Pedro Melo @ 2009-02-17 7:58 UTC (permalink / raw)
To: git
On Feb 16, 2009, at 5:45 PM, nadim khemir wrote:
> On Monday 16 February 2009 16.44.45 Pedro Melo wrote:
>> Hi,
>>
>> I'm writting a small web-based tool for designers to manage a small
>> set of HTML templates. They will use SFTP or DAV to edit the
>> templates
>> in a development server, and then use the web-based tool to commit
>> their changes and push to the test server.
>>
>> What is the best Perl module for this? I'm thinking on using Git.pm
>> but I wonder if there isn't a better solution?
>
> You please give use a few use cases. I must admit that I don't get
> exactely
> what you want to do.
Simple stuff.
I have a git repo on a server, designers edit the template directly
using DAV or SFTP.
When their changes are ok, they would go to the web tool, see the
diffs, commit them, and push the result to our "for test" repo.
So basically I need to be able to see the status of a workdir, diff,
commit and push from within a web app.
I'm just wondering if the Git.pm that comes with git is the best tool
for this.
Best regards,
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-17 8:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-16 15:44 Perl module for Git Pedro Melo
2009-02-16 17:45 ` nadim khemir
2009-02-17 7:58 ` Pedro Melo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).