background preloader

Svn

Facebook Twitter

Setting SVN Ignore properties (Articles) | The Bakery, Everythin. If you use svn, here's a very simple script that you can use to set your svn ignore properties so that your tmp folder, swap files and install specific files get ignored by svn. Have you ever seen a page full of something like this: $ svn status ? App_controller.php ? App_controller.php~ ? Tmp/cache/persistent/cake_core_core_paths ? Tmp/cache/persistent/cake_core_dir_map ? Tmp/cache/persistent/cake_core_file_map ? That's it - less ? Bake On! Getting Control with Subversion and Xcode. Xcode 5 does more than ever to help you create high-quality apps. It automatically configures your apps to use the latest Apple services, manages images in a unified asset catalog, and helps you design stunning interfaces for iOS 7 and OS X.

It also makes it easy to analyze your code, monitor performance, and test your apps, and with access to continuous integration built right in, your team can create better apps than ever before. Automatic Configuration Xcode 5 automatically configures your app to enable Apple services such as iCloud, Passbook, or Game Center, directly within the IDE. With the new capabilities editor, enabling Apple services is as easy as flipping a switch. Simply enter your Apple ID, and Xcode will download your team information, manage your certificates, add the proper frameworks, create provisioning profiles, define entitlements, and sign your app automatically. Test Navigator Bots for Continuous Integration Auto Layout Debug Gauges Source Control Asset Management. Setting up a Subversion Server on OS X Leopard « Pablos’s Blog.

OS X 10.5 Leopard includes a complete Subversion and Apache 2 installation. However, Apache is not configured to provide access to a subversion repository using the WebDAV/DeltaV protocol. This can be achieved with a few simple steps: Setup the SVN RepositoryModify Apache’s httpd.confCreate httpd-svn.confConfigure Authentication Setup the SVN RepositoryTo setup the SVN repository, open the Terminal application and launch the command svnadmin create <PATH_TO_REPO> Modify Apache’s httpd.confOn OS X, the Apache configuration file httpd.conf is located in /etc/apache2/httpd.conf This file is only writeble for the root user.

Sudo vi /etc/apache2/httpd.conf Add the following line in the section containing the LoadModule directives LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so Following the conventions of the OS X Apache installation you should add the following lines close to the end of the httpd.conf file: Include /private/etc/apache2/extra/httpd-svn.conf and add the following lines. Subclipse.tigris.org. Subversion In Fifteen Minutes.