SVN

SVN Update

This is probably my last post here. My subscription runs out.

I just did an svn up and on the next line I got this message.

Skipped '.'

What am I doing wrong or what does this '.' means?

Thanks for your help.

A

Drupal Acquia, Subversion and the sites/all directory.

Thank you for jam's excellent video tutorial on installing Drupal Acquia the from Acquia Subversion repository.

After I perform 'svn co' of Acquia Drupal, I want to start customizing my install by adding contributed modules, themes and custom modules under the sites/all directory.

Could someone explain how to structure my subversion repositories so that I can keep my own files in the sites/all directory under version control without losing the ability to update Acquia Drupal via the 'svn up' command?

Screencasts - Install and Update Acquia Drupal from SVN

jam's picture

Watch these videos to see how to install Acquia Drupal from the Subversion repository and then how simple it is to do clean and fast updates to your SVN-enabled Drupal website.

More information on installation and use of the Acquia Drupal SVN repository can be found in Acquia's SVN documentation. Read full article »

Moving a site which uses Acquia svn

I need to move a site from one server to another at a different domain name, and have done so successfully once before. However, now I'm using the acquia svn to update my site.

Do I have to change anything in the svn files which are now in every drupal directory in order to properly use svn with the site on its new server?--the domain name will change as well.

Will it be necessary to remove all the svn files, and then treat the "new" site to the procedure at http://acquia.com/documentation/getting-started/fresh-install/svn for converting an acquia install to svn?

Acquia Drupal available via Subversion (SVN) repository

Chris Brookins's picture

As part of our mission to help simplify Drupal adoption, we recently made public the Subversion repository (SVN) for Acquia Drupal. Now you can quickly update your site to the latest release of Acquia Drupal with a single 'svn up' command or use one of the many freely available Subversion GUI clients. Read full article »

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 ).