[Trac] Re: deploy to staging / live server

2007-07-06 Thread tracman

No: I could do this by using a post-commit hook. I'd rather like to
control over when I actually want to deply the TRAC Trunk onto eithe
rstaging or live server (different ste profiles) -or- even have the
option of deploying in older revision for example.

I have been using the post-commit-does-auto-deply-script for ages, but
I would rather have greater control here.


On Jul 5, 6:15 am, Michael Renzmann [EMAIL PROTECTED] wrote:
 Hi.

  is there any goo dway for deploying the SVN trunk from a Trac project
  to eg. a remote FTP, network share etc?

 I'm not sure I understand what you want to achieve. You mean that whenever
 a new revision is checked in, you want to export that latest revision of
 trunk and do something with it, for example making a tarball of it that
 can be downloaded via FTP?

 Bye, Mike


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: deploy to staging / live server

2007-07-04 Thread Matthew Gillen

tracman wrote:
 hi all,
 
 is there any goo dway for deploying the SVN trunk from a Trac project
 to eg. a remote FTP, network share etc?
 I tried the PlatformDeploymentPlugin 
 http://trac-hacks.org/wiki/PlatformDeploymentPlugin
 -- but this is distributed as a Egg file for Python 2.4 -- and I am on
 Python 2.5.1 -- I could not install it.

You might email the author and ask for the source (or better yet, get them
to put it into trac-hacks.org's subversion repo).

 There are a couple of other options probably, like using the Continuum
 plugin, Maven.. etc. I feel this might be over the top since these
 tools are more for continuous integration, unit testing, etc and very
 much Java focussed than for simple deployment tasks.
 
 Anybody with similar problems / solutions / ideas?

If you've got a particular release branch that you only commit to when you
want to do a deploy operation, then you might be able to bypass Trac and
instead write a little post-commit-hook script for your svn repo that checks
if the commit touches the release branch, and if so, do the scp or ftp commands.

HTH,
Matt

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: deploy to staging / live server

2007-07-04 Thread Michael Renzmann

Hi.

 is there any goo dway for deploying the SVN trunk from a Trac project
 to eg. a remote FTP, network share etc?

I'm not sure I understand what you want to achieve. You mean that whenever
a new revision is checked in, you want to export that latest revision of
trunk and do something with it, for example making a tarball of it that
can be downloaded via FTP?

Bye, Mike

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---