Posts Tagged ‘ Subversion ’
# Enable gnome-keyring for your shell. I edited .bash_profile and added the following line: export `gnome-keyring-daemon` # I added the following line to .bash_logout as well: kill $GNOME_KEYRING_PID # I uncommented the following in my home .subversion/config: password-stores = gnome-keyring # I ran the subversion keyring_tool to create and set a default keyring: /opt/CollabNet_Subversion/bin/keyring_tool -c svn /opt/CollabNet_Subversion/bin/keyring_tool [ READ MORE ]
Some of these instructions were taken from the following links: http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/ http://www.redmine.org/wiki/1/RedmineInstall http://community.engineyard.com/discussions/problems/402-error-on-deploy-rails-requires-rubygems-132-you-have-131-please-gem-update-system-and-try-again What you will need: * An Apache server already configured and running as the apache user * The subversion process setup and the root repository set to /var/svn/repositories * The virtual hosts DocumentRoot for the Redmine website is located at /var/www/rails/redmine/public * [ READ MORE ]
http://jafdip.com/index.php/technobabel/technobabelmanaging-system-configuration-files-using-subversion[ READ MORE ]
* Download it from http://websvn.tigris.org/servlets/ProjectDocumentList;jsessionid=24F17B3F5279F7DE3BB39F064A2C4A03 * Extract the archive into any directory within your Apache DocumentRoot * In the “includes” directory of the extracted WebSVN directory, edit the distconfig.inc file and add the following lines: $config->parentPath("/svn/repos"); $config->setTemplatePath("$locwebsvnreal/templates/BlueGrey/"); * Save the file and then rename it to config.inc *Open the URI http://servername.com/Web[ READ MORE ]
I had to move our Subversion repository to a new server and found the following post with instructions on how to move the repository: http://www.digitalmediaminute.com/article/2251/how-to-move-a-subversion-repository * svnadmin dump /path/to/repository > repository-name.dmp If the dump file is rather large you can compress it with your favorite zip utility. Now you need to get the dump to [ READ MORE ]
Get every new post delivered to your Inbox.