I was not a Git believer until I have met GitHub, but now I'm living for it (and Mercurial too!). I hope to never have to work with SVN or CVS again.
> svn sucks due to those gremlin .svn dirs inside all directories. git is a > dream with only ONE .git dir containing the entire repo at the root of the > working dir. So it never gets in your way of getting stuff done. > > git is written by real developer geniuses to make life easy for developers. > Slight learning curve, but so worth it's weight in gold. And try to master > the command line if you can commit to doing that. No surprises when using the > command line, albeit I cannot speak for Tower.app since never used it, but a > GUI that wraps an already complex tool can surely not be good to conceptual > understanding of the tool that was designed to be used on command line! > > Have a nice Sunday :-) > > Just my (only) 2 cents ;-) > > On Dec 3, 2011, at 11:20 PM, Paul D Yu wrote: > >> It is a lot to learn at one time. >> >> I use eGit inside of eclipse and tower.app outside. For me Tower.app is >> really good at heinz me visualize the local and remote repositories. >> >> If you created a new component that is not needed, you can just >> refactor..rename it, right? >> >> Sent from my iPad >> >> On Dec 3, 2011, at 11:16 PM, Kevin Spake <[email protected]> wrote: >> >>> I guess I'm going to have to really learn to use git. My brain hurts right >>> now. >>> >>> On Dec 3, 2011, at 7:57 PM, Paul D Yu wrote: >>> >>>> Kevin >>>> >>>> I was thinking about rename component when I replied previously. Refactor >>>> rename wocomponent will change both the .wo and the .java directory and >>>> files. >>>> >>>> To restore the project to a previous state, I would say that you should be >>>> using git or svn, and you could just rollback. Other than that you would >>>> have to manually clean up the .java file of the component. >>>> >>>> Paul >>>> >>>> Sent from my iPad >>>> >>>> On Dec 3, 2011, at 10:17 PM, Kevin Spake <[email protected]> wrote: >>>> >>>>> >>>>> >>>>> On Dec 3, 2011, at 12:42 AM, Paul D Yu wrote: >>>>> >>>>>> Select the Component, right click. >>>>> >>>>> Yes, that brings up the "Delete" option, which deletes the component, ie >>>>> the ".wo" file. However, the associated ".api" and ".java" files are not >>>>> deleted. I was just wondering if there was feature that would do more of >>>>> an "uninstall" of a component, and remove all the associated files. In a >>>>> more general sense, there are times when a single command will result in >>>>> multiple files being created and/or altered. Some convenient way of >>>>> restoring a project to a previous condition would be handy. >>>>> >>>>>> >>>>>> Sent from my iPad >>>>>> >>>>>> On Dec 3, 2011, at 12:16 AM, Kevin Spake <[email protected]> wrote: >>>>>> >>>>>>> I made an error when I created a new component, and I'd like to delete >>>>>>> it. However, I've noticed that "Delete" in eclipse rarely does the >>>>>>> trick. It will delete the chosen item,, but not the associated .java >>>>>>> files, or code references to it, etc. Eclipse has a "history" feature, >>>>>>> but apparently, that's for files only, and does not work on folders, or >>>>>>> on the entire project. >>>>>>> >>>>>>> Any suggestions? >>>>>>> >>>>>>> Thanks. _______________________________________________ >>>>>>> Do not post admin requests to the list. They will be ignored. >>>>>>> Webobjects-dev mailing list ([email protected]) >>>>>>> Help/Unsubscribe/Update your Subscription: >>>>>>> http://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com >>>>>>> >>>>>>> This email sent to [email protected] >>>>> >>> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> http://lists.apple.com/mailman/options/webobjects-dev/kelleherk%40gmail.com >> >> This email sent to [email protected] > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/probert%40macti.ca > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
