Right-o.  I have subclipse installed, and have been using it as my primary
way to commit code.  I hadn't thought about any of the risks with submitting
broken code as I am really the only one who uses the repository.  I really
just use it for version control and as an incremental backup, but I
definitely don't want to shoot myself in the foot if my dev team ever gets
bigger than 2.

Thanks for the answers :) 

~Steve
http://lanctr.com/

-----Original Message-----
From: Brian Kotek [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, April 29, 2008 12:11 PM
To: CF-Talk
Subject: Re: Automating Subversion Commits

Barney nails it on the head, as usual. Also, the general rule is to "never
commit broken code" to the repository. Any kind of automated commit risks
pushing unfinished code into the repository (unless you're running some kind
of unit tests through a pre-commit hook), which is a bad thing especially if
there is more than one developer.


On Tue, Apr 29, 2008 at 12:58 PM, Barney Boisvert <[EMAIL PROTECTED]>
wrote:

> Don't do that.  Install the Subclipse plugin for Eclipse, and check
> your code in manually.  Doing it automatically is trivial to set up,
> but you don't get atomic commits by doing it that way, no do you get
> helpful commit messages.  Without those, your version history is just
> a set of incremental backups, not anything of real use.
>
> cheers,
> barneyb
>
> On Tue, Apr 29, 2008 at 9:51 AM, Steve Good <[EMAIL PROTECTED]> wrote:
> > Has anyone had any experience setting up a way to automate committing
> code
> >  to a subversion repository?  I'm using assembla.com as my hosted
> repository
> >  and doing my commits manually through eclipse / tortoiseSVN.  I'd love
> to be
> >  able to setup a scheduled task that would commit my code automatically
> each
> >  night, but I really don't know where I would start.  Any advice on
> doing
> >  this?
> >
>
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> http://www.barneyb.com/
>
> Got Gmail? I have 100 invites.
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304417
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to