在 Eclipse Subversive 中更改项目 SVN 地址

发布于 2024-12-06 01:30:59 字数 406 浏览 1 评论 0原文

我刚开始使用SVN,我建立了一个存储库,因为每个人都在说版本控制很重要并且有备份。

现在我必须对我的项目进行第一次提交,而且我是 SVN 的新手,所以它询问了 URL,我给了它我的 SVN+项目名称的 url,即 http://lalala.com /<我的项目名称>.

我认为这会很好,但后来我发现我的项目存储在 SVN 的根文件夹中,紧邻 trunk Branches 标签 等。

但实际上,当我提交我的项目时,我希望它直接进行到我的 trunk 文件夹。所以有两个问题...

1)如何在 Eclipse Subversive 中更改我的项目的 SVN 地址?

2)如何删除SVN根文件夹中的文件夹,我应该手动删除它吗?

I just started using SVN, and I set up a repository, because everyone were saying that version control is important and having backup.

Now I had to make a first commit of my project, and I'm new to SVN, so it asked the URL and I gave it the url for my SVN+Project name, which is http://lalala.com/<MyProjectName>.

I thought this will be good, but then I discovered that my project was stored on the root folder in SVN, next to trunk branches tags etc.

But actually when I commit my project I want it to go directly to my trunk folder. So two questions...

1)How can I change the SVN address for my project in Eclipse Subversive?

2)How would I delete the folder that is on the root folder of SVN, should I just manually delete it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

囚你心 2024-12-13 01:30:59

1) 如果特殊文件夹不存在,请使用SVN视角创建它们。将项目根文件夹直接添加到 trunk 下。在 SVN 透视图的上下文菜单中使用 Checkout As Project。您可以使用上下文菜单中的“显示位置属性”来更改 URL。

2)只需删除文件夹并提交

祝你好运!

1) If the special folders do not exist, use the SVN perspective to create them. Add your project root folder directly under trunk. Use Checkout As Project in the context menu in the SVN perspective. You may use Show Location Properties in the context menu to alter the URL.

2) Just delete the folder and commit

Good luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文