I am building a Joomla site that is managed by SVN. When extensions are installed via the Joomla admin panel, Joomla will create folders that I want to add to SVN, but these folders are created by the Apache user and I do not have write permission or root access, which prevents SVN from adding ‘.svn’ directories within. Is there any workaround to this problem?
Share
add the svn user in the same group as apache
so svn will have the permissions to add the folders to svn
or a ignore but then the folders will not be added to svn only ignored