Reputation: 6050
I've a problem with Tortoise SVN on my local machine. I've tried to create repository folder, and got a message:
Subversion reported an error while creating a repository! Make sure the folder is empty and not write protected.
In fact there is enough disk space, and directory isn't write protected. My OS is WindowsXP, and I'm logged under administrator user.
Could you advice me how to solve my problem?
Thanks
Upvotes: 22
Views: 22234
Reputation: 15525
The menu is a bit misleading. There are 2 ways to create a new repository with TortoiseSVN:
my_repo
)TortoiseSVN > Create repository here
my_repo
)TortoiseSVN > Create repository here
What most people do (and what does not work) is:
TortoiseSVN > Create repository here
If you look at the context menu, you will notice that there are no ...
at the end. So TortoiseSVN needs everything for the command from the calling context, there will no clarification dialog.
You will find that information in the TortoiseSVN Help file when searching for create repository here
.
Upvotes: 30