Download Acquia via SVN or CVS?

Are there any plans to allow users to download Acquia via SVN or CVS? I know that once a site is setup than spokes will take care of updates, but it would be great (especially during such active development) to be able to update our local copies without deleting the old files, downloading the new ones, & unpacking them. It would also help to avoid problems with un-compressing the files (i.e. http://acquia.com/network/node/2708 ).

Just to clarify, the Acquia

Posted on September 4, 2008 - 8:08am by Jeff Whatcott.

Just to clarify, the Acquia Network will not actually *do* the updates, although it will provide update notifications.

I'll ask someone from engineering team to come comment on the SVN / CVS request.

greggles's picture
Greg Knaddison

Just to clarify, the Acquia

Posted on September 10, 2008 - 10:14am by Greg Knaddison.

Just to clarify, the Acquia Network will not actually *do* the updates,

But it could, and I think it should ( see http://drupal.org/project/issues/plugin_manager for the "could" ). At least when I last used it RedHat up2date allowed you to schedule updates on a server via their web interface control panel and I am really hoping Acquia will do the same.

A lot of "regular" users,

Posted on September 12, 2008 - 12:57am by Boris Mann.

A lot of "regular" users, and folks without developer support (e.g. design only shops, kind of like the Expression Engine market) would pay the entry level support fee for this feature alone.

dhubler's picture
dhubler

Very valid request IMO, I

Posted on September 4, 2008 - 10:02am by dhubler.

Very valid request IMO, I put this in the product backlog. Cross reference: US593

Questions for Alex:
1.) Would rsync access be acceptable?

2.) If SVN only included release minor update and not ongoing development, would that be ok or even ideal?

SVN is definitely a

Posted on September 4, 2008 - 11:28am by Boris Mann.

SVN is definitely a developer must (we'd use SVN externals to merge into our system -- there are probably additional things you could do with your layout to help with this). Don't need SVN "trunk" access, just release.

Rsync would not be an acceptable replacement.

I'll second Boris'

Posted on September 4, 2008 - 12:47pm by Alex Urevick-Ac....

I'll second Boris' statement- Rsync wouldn't really work for us. I'd personally prefer only "official" (minor or major) updates, rather than a developer snapshot.

Thanks for the clarification on spokes- that makes it all the more important to get this kind of access. Otherwise updating multiple sites will become a very big headache very quickly...

I third Boris' statement. If

Posted on September 5, 2008 - 1:18pm by Rick Vugteveen.

I third Boris' statement. If there is not SVN access we'd be putting Carbon into our internal repository to manage.

Just wondering if there was

Posted on September 27, 2008 - 2:44am by Chris Geoghegan.

Just wondering if there was any update on whether or not Carbon could be made available via SVN?

Joshua Brauer's picture
Joshua Brauer
Acquia Staff

There isn't an update yet.

Posted on September 29, 2008 - 9:15am by Joshua Brauer .

There isn't an update yet. As Douglas mentioned above it has been added to our list of things we'll be looking at and there are many great arguments for it. There will likely be more of an update once we have released the 1.0 version.

Thanks,
Josh
Acquia Technical Assistance Center

jeffrey-dalton's picture
Jeffrey Dalton

Third the vote here... SVN

Posted on October 9, 2008 - 5:07pm by Jeffrey Dalton.

Third the vote here...
SVN management of client projects would be a HUGE .. I say HUGE benefit for smaller shops and devs as well as client so they could feel confident in more streamlined upgrades. This first upgrade for Acquia distro is reminding me of the hassle of upgrading drupal sites and how this could be managed with SVN. Please seriously consider this and know that it is on the minds of many of us out here....

I would definitely be

Posted on November 1, 2008 - 2:11pm by Thoma Campitelli.

I would definitely be interested in the ability to update Acquia installations via CVS, SVN, or Git. In fact, I will probably stay with Drupal just to maintain this ability.

I have to agree, I plan on

Posted on November 19, 2008 - 11:31pm by shawn mcelroy.

I have to agree, I plan on having multiple sites (only one at the moment) and if I could update via svn/cvs it would be an incredible help and make much less headaches when updating multiple sites. Of course i only see you doing this for drupal core, core modules, and the acquia contributed modules. Personally added modules would still have to be updated personally (wich i have found that drush.module and drush_mm.module is very useful). I also have to second AlexUA that I would only prefer official updates rather than a dev snapshot. But could be a nice extra if enabled for some

-----------------------------------------------------------------------------
"Our success is limited only by our imagination" - Aesop

I am really liking Bazaar at

Posted on February 6, 2009 - 5:04am by Tim Millwood.

I am really liking Bazaar at the moment, and it seems very easy to setup and manage. Could we get Acquia via Bazaar?

Roland Tanglao's picture
Roland Tanglao

Just for fun, I have checked

Posted on February 10, 2009 - 7:56pm by Roland Tanglao.

Just for fun, I have checked acquia drupal 1.2.1 into github.com at:
http://github.com/rtanglao/acquia-drupal-6/
http://raincitystudios.com/blogs-and-pods/roland-tanglao/acquia-drupal-6...

It's my first foray into git and github so please forgive any newbie mistakes :-) !

...Roland

Roland Tanglao's picture
Roland Tanglao

i updated my copy of acquia

Posted on March 5, 2009 - 2:47am by Roland Tanglao.

i updated my copy of acquia drupal at github.com to acquia drupal 1.2.4
it should be possible to simply do a:
git pull
to update to 1.2.4 if you used http://github.com/rtanglao/acquia-drupal-6/ to set up your site with acquia drupal 1.2.1 or 1.2.3

Roland Tanglao's picture
Roland Tanglao

Part 2 of my git and acquia

Posted on March 12, 2009 - 2:57am by Roland Tanglao.

Part 2 of my git and acquia drupal series - acquia drupal 1.2.4 and a mini git drupal faq:
http://raincitystudios.com/blogs-and-pods/roland-tanglao/git-drupalers-2...

Adding my vote for a version

Posted on March 3, 2009 - 5:06pm by Richard Eriksson.

Adding my vote for a version control repository of some kind, though there's technically nothing stopping me from using Roland's repo! Here are the steps I have to do to update Acquia on my server:

  1. visit the Acquia downloads page, copy the URL of the update
  2. login to my server
  3. cd ~
  4. wget http://acquia.com/files/downloads/acquia-drupal-1.2.4.4554-update.tar.gz
  5. mkdir acquia # or clear out the contents of this temporary directory
  6. tar -zxvf tar -zxvf acquia-drupal-1.2.4.4554-update.tar.gz
  7. cd acquia-drupal-1.2.4
  8. cp --reply=yes -a * /var/www/production/6/html/

Pretty messy, and that's not including file cleanup. One 'svn switch' (or Git equivalent) would replace all those steps, and I could get an easy diff of the changes before making the update.

Roland Tanglao's picture
Roland Tanglao

free at last from the

Posted on March 18, 2009 - 2:03pm by Roland Tanglao.

free at last from the tyranny of tar files! i would have preferred git or bzr but svn is awesome enough!!!!

from http://explore.twitter.com/acquia/status/1332197621 :

"Look for Acquia Drupal to be available via SVN at the end of the month."

i.e. acquia drupal will be available end of March 2009 in svn! go acquia go!

Roland Tanglao's picture
Roland Tanglao

acquia shipped svn on april

Posted on April 1, 2009 - 6:56pm by Roland Tanglao.

acquia shipped svn on april 1st, go acquia go!
http://acquia.com/documentation/getting-started/fresh-install/svn

feature request: please add svn tags for all releases, it's a one line command and easy (I know because Bryght and Raincity have been tagging Drupal in svn for 4 years!)

As a rookie,and not having

Posted on July 22, 2009 - 8:04am by Carlyle Lochan.

As a rookie,and not having to much computer skills, I was able to use SVN with success.

For those who do not know how to start you have to use "putty" to invoke commands on windows base PC. Just Google "putty" and it would give you the results where you would be able to d/l the file. Do not know how to configure "putty", just Google"how to configure putty"

Works like a charm

C

Post new comment