TortoiseSVN: URL of repository CaSE-SeNsItIVE when committing

Ran into a very annoying issue SVN issue all due to the case sensitivity of the URL during commits.

The actual/correct path of the repository is :

//svnserver/respos/Android

For checkouts I can use the URL path of

//svnserver/repos/android

and checkout projects without any issues

However, I cannot using the, //svnserver/repos/android, URL to commit files! I kept getting forbidden error messages.

Finally after playing around, realized that I had to be checking in to the URL of

//svnserver/respos/Android

UGGGhhh.

So if you’re running into a forbidden error and you can’t find anything wrong, double check that you’re URL is in the right case! Better yet when you checkout a project, make sure that the URL you use is in the correct case!

Image

This entry was posted in SVN and tagged , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s