• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Versioning ... CVS or Subversion?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Versioning ... CVS or Subversion?


  • Subject: Re: Versioning ... CVS or Subversion?
  • From: Jean-François Veillette <email@hidden>
  • Date: Wed, 11 Jun 2008 23:28:35 -0700

most of frameworks are not for reuse with other applications, but to
make modular application, choosing what frameworks to use.
anyway. maintianing bunch of repositories simultanously is not what i want
to do

Ok then, just add everything to your single git repository.
cd into your workspace, then type:
git init
git add *
git gui <-- optionnal, just look at what you are about to commit.
git commit -m 'my first commit'
then you should be good to go


- jfv


well, it seemes it has nothing to do with Eclipse plugin
but i did like what it does for me...

and "git add *" does not look good idea to add everything including
intermediate build results

oops, yes, you should not use " git add * ", you should really just add what you need.
use the .gitignore file to help you skip files you dont want to bother with (very nice for 'git gui').


- jfv

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Versioning ... CVS or Subversion? (From: "Gennady Kushnir" <email@hidden>)
 >Re: Versioning ... CVS or Subversion? (From: Jean-François Veillette <email@hidden>)
 >Re: Versioning ... CVS or Subversion? (From: "Gennady Kushnir" <email@hidden>)

  • Prev by Date: Re: Versioning ... CVS or Subversion?
  • Next by Date: Re: WebObjects Nightly Builds and WOLips addition
  • Previous by thread: Re: Versioning ... CVS or Subversion?
  • Next by thread: retrieving PK immediately after saveChanges() ...
  • Index(es):
    • Date
    • Thread