Is it normal to have .svn directory under most if not all of the subdirectories? - svn add issue -


i'm new when comes svn.

i suppose there should 1 .svn directory under project directory under version control. example, hierarchy of such project should follows:

projectdir/    .svn/    subdir1/    subdir2/    ...   

i passed 1 project directory former colleague (surprisingly) has .svn/ directory under of subdirectories:

projectdir/    subdir1/       .svn/       ...    subdir2/       .svn/       ...    ... 

i need need put project onto our svn server.
wonder if it's normal have many .svn/ directories under subdirectories (i'm having issues trying svn add; suspect did funny svn in past) or can remove subdirectories' .svn/ directory , care .svn/ directory under root directory of project?

this depends on subversion distribution you're running, prior version 1.7 there .svn directory in every directory in working copy.

look @ apache subversion 1.7 release notes

you try upgrade new format using svn upgrade


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -