Setting the SVN external

Posted on July 10, 2010
Filed Under Linux, Subversion | 1 Comment

Use Smarty for Templating, I had to include the Smarty libraries in the sri-lankan code base, but I didn’t wanna maintain it in the sri-lankan subversion repository, for that I had to just add the Smarty libs as a svn:externals property! Here is how…

[~] svn propset svn:externals 'smarty http://smarty-php.googlecode.com/svn/trunk/libs' .
property 'svn:externals' set on '.'

Comments

One Response to “Setting the SVN external”

  1. Setting the SVN external : Ramesh Thiruchelvam's Blog « svn on July 11th, 2010 12:35 am

    [...] Pełny artykuł na: Setting the SVN external : Ramesh Thiruchelvam's Blog [...]

Leave a Reply