[git-users] Git workflow for IIS Server?

2013-11-19 Thread Sven H.
Hello! We have the following server infrastructure: - 2 load balanced production webserver (IIS, Windows Server) - 1 development webserver (IIS, Windows Server) At the moment we develop and test on the dev-server and then deploy to each of the production servers. We still use svn for versionin

[git-users] Create repo from an existing application folder

2013-11-19 Thread lesssugar
Hi everyone, I'm new to Git and not sure how to achieve my goal. I have an application hosted on a remote server. I would like to create a repo in the application folder, so I can clone all the files to my local machine and perform standard add/commit/push workflow. What are the steps to setup

Re: [git-users] Create repo from an existing application folder

2013-11-19 Thread Konstantin Khomoutov
On Tue, 19 Nov 2013 04:30:15 -0800 (PST) lesssugar wrote: > Hi everyone, I'm new to Git and not sure how to achieve my goal. > > I have an application hosted on a remote server. I would like to > create a repo in the application folder, so I can clone all the files > to my local machine and perf

Re: [git-users] GIT project maintainer as a developer

2013-11-19 Thread Greg Freeman
Philip, thanks for the good response. One follow up question, should all of these branches be pushed to the repo(i.e. develop and PU)? I assume so, but I just wanted to verify. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubs

Re: [git-users] Create repo from an existing application folder

2013-11-19 Thread lesssugar
That was r e a l ly helpful. Will giv it a try. Thanks a lot. On Tuesday, November 19, 2013 5:39:10 PM UTC+1, Konstantin Khomoutov wrote: > > On Tue, 19 Nov 2013 04:30:15 -0800 (PST) > lesssugar > wrote: > > > Hi everyone, I'm new to Git and not sure how to achieve my goal. > > > > I have an a

Re: [git-users] Create repo from an existing application folder

2013-11-19 Thread lesssugar
OK - question. I created the remote repo based on your instructions. I now have: repo at */var/www/repos/app.git* applicaton files at */var/www/app* I cloned the repo to my local machine via SSH. I did a minor change and eventually pushed the modified file to the repo - with success - however

Re: [git-users] GIT project maintainer as a developer

2013-11-19 Thread Philip Oakley
- Original Message - From: Greg Freeman To: git-users@googlegroups.com Sent: Tuesday, November 19, 2013 6:39 PM Subject: Re: [git-users] GIT project maintainer as a developer Philip, thanks for the good response. One follow up question, should all of these branches be pushed

[git-users] Git repo inside IGNORED subfolder of another Git repo

2013-11-19 Thread Алексей Баранов
I'm voting for a new Git feature. Git repo inside subfolder of another Git repo should be separate one WHEN THIS SUBFOLDER IGNORED (.gitignore) BY PARENT REPO. /Main site /.git- repo of Main site .gitingore (/vendor/) - subfolder vendor ignored by Git /vendor- ignored

Re: [git-users] Git repo inside IGNORED subfolder of another Git repo

2013-11-19 Thread William Seiti Mizuta
Why don't you use submodule (http://git-scm.com/book/en/Git-Tools-Submodules) or subtree? William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Wed, Nov 20, 2013 at 1:47 AM, Алексей Баранов wrote: > I'm voting for a new Git feature. Git repo inside subfolder of an

Re: [git-users] Git repo inside IGNORED subfolder of another Git repo

2013-11-19 Thread Алексей Баранов
As I said we use Composer- PHP package dependency manager - wich is more powerfull then Git submodules. Composer does not use Git submodules and even does not setup submodules after installing packages среда, 20 ноября 2013 г., 9:55:38 UTC+6 пользователь William Seiti Mizuta написал: > > Why do

Re: [git-users] Git repo inside IGNORED subfolder of another Git repo

2013-11-19 Thread Magnus Therning
On Tue, Nov 19, 2013 at 07:47:38PM -0800, Алексей Баранов wrote: > I'm voting for a new Git feature. Git repo inside subfolder of > another Git repo should be separate one WHEN THIS SUBFOLDER IGNORED > (.gitignore) BY PARENT REPO. > > /Main site > /.git- repo of Main site > .gitingor

[git-users] Permission issues on samba share - needs help with debugging

2013-11-19 Thread Maciej
Hi! I've been working with git repositories cloned on samba share for about one year and apart from few problems with setting it up there weren't any issues with it. Recently I tried to add some files to existing repository and was surprised to see "permission denied" errors. As an ugly workarou

[git-users] Permission issue on samba share - needs help with debugging

2013-11-19 Thread Maciej
Hi! I've been working with git repositories cloned on samba share for about one year and apart from few problems with setting it up there weren't any issues with it. Recently I tried to add some files to existing repository and was surprised to see "permission denied" errors. As an ugly workaro