开发者

Setting the svn root directory in Subclipse

开发者 https://www.devze.com 2023-01-26 13:12 出处:网络
When I switch to another branch or tag I can\'t browse the available options in the repository. Subclipse says

When I switch to another branch or tag I can't browse the available options in the repository. Subclipse says

Could not find a repository

svn: No repository found in 'svn://foo.com'

The repository is actually at svn://foo.com/bar. I can fetch the branches if I type in the full address by hand but i开发者_运维问答t'd be nice to be able to choose from all available options. How do I tell Subclipse where the repository root is?


Is bar a top level folder on the filesystem of the server?

If not, check that the server has been started correctly by specifying:

svnserve -d -r /path/to/repository/root

In this example, the full path to your repo would be /path/to/repository/root/bar.

0

精彩评论

暂无评论...
验证码 换一张
取 消