Peter
Peter

Reputation: 1211

TortoiseSVN on Windows 8 can't commit

The situation:

I reinstalled my PC and installed Windows 8. I also installed the latest version of TortoiseSVN. My files are on another (Ubuntu) PC on my network, so windows sees that drive as a network drive.

The problem:

TortoiseSVN sees the directory as an svn repository, no problem there. I can choose commit, enter a comment and choose which files to commit and such. Works all as expected. But once I click the commit button, nothing happens. I mean the commit screen appears, but that's it. Nothing happens after that.

This setup used to work perfectly when my PC was still running on Vista.

Does anybody has any ideas on what may cause this? Cheers!

Upvotes: 0

Views: 1639

Answers (1)

alroc
alroc

Reputation: 28194

Issue #1: Accessing a working copy across a network share is not supported, and is generally discouraged.

Issue #2: If your working copy was created/last used with a version of TortoiseSVN (or any other client) which is not 1.7.x, then it is not compatible with the latest release. You must manually upgrade each working copy with svn upgrade on the command line, or right-click -> Tortoise SVN -> Upgrade in Windows. But this will render the working copy unusable for older versions...so if you're using that WC from Ubuntu as well, you need to upgrade your client(s) there as well. Which goes back to issue #1 - sharing a WC can get messy.

Upvotes: 1

Related Questions