tortoisesvn - SVN: Authorization does not work on repository folders with spaces -


my svn server configured run on linux , unable access folders contain space in name , server returns http 403 forbidden error.

for example, unable access folder below:

http://svn.prithvi.com/svn/repos/project/branches/advid/base lined work products/deployment/

is there specific need configure on server?

thanks & regards,

sudhakar

note: tried url below , doesn't work (replacing space %20)

http://svn.prithvi.com/svn/repos/project/branches/advid/base%20lined%20work%20products/deployment/


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -