-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: None
-
None
After successfully importing a SVN dump file, it was noticed that the owner/permission of Studio's SVN root directory (/data/jirastudio/svn/root) were changed to different settings.
Before importing:
[root@dev1 ~]# find /data/jirastudio/svn/ -maxdepth 1 -ls
4456547 4 drwxrwsr-x 3 apache js-jira 4096 Feb 15 2009 /data/jirastudio/svn/
4456548 4 drwxrwsr-x 7 apache js-jira 4096 Feb 19 2010 /data/jirastudio/svn/root
After importing:
[root@dev1 ~]# find /data/jirastudio/svn/ -maxdepth 1 -ls
4456547 4 drwxrwsr-x 3 apache js-jira 4096 Dec 21 12:45 /data/jirastudio/svn/
15401051 4 drwxr-xr-x 6 js-jira js-jira 4096 Dec 21 12:45 /data/jirastudio/svn/root
Investigations are needed to determine the impact of this on the instance's functionalities.