House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

Automating Subversion Commits

  << Previous Post |  RSS |  Tree View |  Sort Oldest First |  Subscribe to this Group Next >> 

Automating Subversion Commits

Heh.  Ghost /has/ gotten pretty sophisticated over the years, bet it denstar 04/30/2008 06:00 PM
That's what Ghost is for. ;-) Brian Kotek 04/30/2008 08:56 AM
All that good stuff said, I'd think you could set up a scheduled deal denstar 04/30/2008 04:11 AM
Couldn't have said that one better. 100% agreement. Bobby Hartsfield 04/29/2008 03:18 PM
Right-o.  I have subclipse installed, and have been using it as my Steve Good 04/29/2008 01:25 PM
Barney nails it on the head, as usual. Also, the general rule is to "never Brian Kotek 04/29/2008 01:11 PM
Don't do that.  Install the Subclipse plugin for Eclipse, and check Barney Boisvert 04/29/2008 12:58 PM
Has anyone had any experience setting up a way to automate committing code Steve Good 04/29/2008 12:52 PM

04/30/2008 06:00 PM
Author: denstar Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304539 Heh.  Ghost /has/ gotten pretty sophisticated over the years, bet it does do auto-incremental type stuff now... I generally just use ghost for imaging labs / user workstations tho.  :-) I mentioned the webDAV stuff because I've used it once before, with a dev who didn't want to learn SVN. That way at least *I* knew what was going on, and a source code "push" before a "pull" wouldn't mess us up so bad.  :-) It was only a matter of time until the light was seen, but I loved the feeling of security during the darkness. :den -- I'm spending a year dead for tax reasons. ~Douglas Adams ----- Excess quoted text cut - see Original Post for more -----
04/30/2008 08:56 AM
Author: Brian Kotek Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304475 That's what Ghost is for. ;-) ----- Excess quoted text cut - see Original Post for more -----
04/30/2008 04:11 AM
Author: denstar Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304457 All that good stuff said, I'd think you could set up a scheduled deal with SVNAnt... Not that anyone would want to do that, but sometimes... You know there's a way to tie subversion into webDAV so updates are automatically committed? Sometimes even just an incremental backup kicks ass.  |] -- It's all one thing - both tend into one scope - To live upon Tobacco and on Hope, The one's but smoke, the other is but wind. ~Sir Robert Aytoun of Kincaldie, "Sonnet on Tobacco" ----- Excess quoted text cut - see Original Post for more -----
04/29/2008 03:18 PM
Author: Bobby Hartsfield Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304422 Couldn't have said that one better. 100% agreement. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com 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 > 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 bboisvert@gmail.com http://www.barneyb.com/ Got Gmail? I have 100 invites.
04/29/2008 01:25 PM
Author: Steve Good Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304417 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/ 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. ----- Excess quoted text cut - see Original Post for more -----
04/29/2008 01:11 PM
Author: Brian Kotek Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304416 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. ----- Excess quoted text cut - see Original Post for more -----
04/29/2008 12:58 PM
Author: Barney Boisvert Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304414 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 > 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 bboisvert@gmail.com http://www.barneyb.com/ Got Gmail? I have 100 invites.
04/29/2008 12:52 PM
Author: Steve Good Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:56215#304413 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? Thanks in advance! ~Steve http://lanctr.com/
<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

May 24, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference