git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* repository in different directories
@ 2011-07-11 12:44 Carlo Trimarchi
  2011-07-11 13:44 ` Steve Muadib
       [not found] ` <CACwv2A=d44+txUGGDxJRFHVps-eT5g_mWyA-WaKTXyyUFgix7g@mail.gmail.com>
  0 siblings, 2 replies; 4+ messages in thread
From: Carlo Trimarchi @ 2011-07-11 12:44 UTC (permalink / raw)
  To: git

Hi,
I'm using git to build a website using the Codeigniter php framework.
I work on my local machine and then push to a remote server. The whole
website would be divided in different directories. I have the webroot
in /home/carlo/public_html/ directory. Here I have an index.php, the
css files and images. Then, outside this directory, I have the
application folder with all the real php stuff. Suppose it is in
/home/carlo/ci/application.

I have the same configuration on the server. So, the workflow would be
that I work on my local machine, I change something in the application
folder, then something in some css file and then I have to sync
everything with the server. I can have two repositories, one for the
folder in the webroot and another one for the application folder, but
then I'd have to push twice. Is there a better or a good way to do all
this?

Thanks,
Carlo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: repository in different directories
  2011-07-11 12:44 repository in different directories Carlo Trimarchi
@ 2011-07-11 13:44 ` Steve Muadib
       [not found] ` <CACwv2A=d44+txUGGDxJRFHVps-eT5g_mWyA-WaKTXyyUFgix7g@mail.gmail.com>
  1 sibling, 0 replies; 4+ messages in thread
From: Steve Muadib @ 2011-07-11 13:44 UTC (permalink / raw)
  To: Carlo Trimarchi; +Cc: git

# Carlo Trimarchi <mr.spoon21@gmail.com> writes:
> Is there a better or a good way to do all this?
> 
> Thanks,

Yeah: use static webpages without images. :-)

Ah, and for wrong: how about using one repository and setting up
a commit hook to move files to final places?

Regards...

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: repository in different directories
       [not found] ` <CACwv2A=d44+txUGGDxJRFHVps-eT5g_mWyA-WaKTXyyUFgix7g@mail.gmail.com>
@ 2011-07-11 14:07   ` Carlo Trimarchi
  2011-07-12 19:29     ` Holding, Lawrence
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo Trimarchi @ 2011-07-11 14:07 UTC (permalink / raw)
  To: Allen Fogleson; +Cc: git

On 11 July 2011 16:01, Allen Fogleson <afogleson@gmail.com> wrote:
> Why not just make /home/carlo the repository, it has all the right folder
> structure, then from the server you can pull, or you can git archive when
> ready to release and unarchive on the server

because I'm working on different applications and I need a repository
for each one of them

Steve Muadib
>Ah, and for wrong: how about using one repository and setting up
>a commit hook to move files to final places?

the commit hook should stay in the local or the remote machine?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: repository in different directories
  2011-07-11 14:07   ` Carlo Trimarchi
@ 2011-07-12 19:29     ` Holding, Lawrence
  0 siblings, 0 replies; 4+ messages in thread
From: Holding, Lawrence @ 2011-07-12 19:29 UTC (permalink / raw)
  To: Carlo Trimarchi; +Cc: git

On your machine and the server make hard links from the folders in the repository to the destination folders, that way when you check out the latest version then both locations are updated.

So have 
/home/carlo/dev.repo/.git
/home/carlo/dev.repo/public_html/ linked to /home/carlo/public_html/
/home/carlo/dev.repo/applications/ linked to /home/carlo/ci/application

you can then work in the same place as usual, but do your commits from the dev.repo folder.

My $0.02 solution.

-----Original Message-----
From: git-owner@vger.kernel.org [mailto:git-owner@vger.kernel.org] On Behalf Of Carlo Trimarchi
Sent: Tuesday, 12 July 2011 02:07
To: Allen Fogleson
Cc: git@vger.kernel.org
Subject: Re: repository in different directories

On 11 July 2011 16:01, Allen Fogleson <afogleson@gmail.com> wrote:
> Why not just make /home/carlo the repository, it has all the right folder
> structure, then from the server you can pull, or you can git archive when
> ready to release and unarchive on the server

because I'm working on different applications and I need a repository
for each one of them

Steve Muadib
>Ah, and for wrong: how about using one repository and setting up
>a commit hook to move files to final places?

the commit hook should stay in the local or the remote machine?
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-12 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-11 12:44 repository in different directories Carlo Trimarchi
2011-07-11 13:44 ` Steve Muadib
     [not found] ` <CACwv2A=d44+txUGGDxJRFHVps-eT5g_mWyA-WaKTXyyUFgix7g@mail.gmail.com>
2011-07-11 14:07   ` Carlo Trimarchi
2011-07-12 19:29     ` Holding, Lawrence

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).