[git-users] Re: What is the best way to use GIT for versioning Java Website

2013-01-28 Thread John McKown
In addition to what Dale said, I have some basic questions. Do the developers have a unique UNIX UID which is tracked as the owner of the files in the JEE subdirectory? If so, then perhaps the simpliest thing to do is to stop using a git add ., but instead do something like: git add $(find .

[git-users] Re: What is the best way to use GIT for versioning Java Website

2013-01-28 Thread John McKown
Slight goof in the previous message. Said: # Now I want to commit! git fetch #get any updates in the bare repo. git checkout master #switch to the master branch git merge my-name #merge in my changes into master Meant: # Now I want to commit! git checkout master #switch to master branch git

Re: [git-users] Re: What is the best way to use GIT for versioning Java Website

2013-01-28 Thread Dale R. Worley
From: John McKown john.archie.mck...@gmail.com You could have 3 Tomcat instances running on the same box simply by using different ports for each. You could even allow each developer to have a Tomcat instance on their desktop (Linux or Windows) by pointing that Tomcat instance to their