简体   繁体   中英

How can I see where I am comitting to using team > commit on eclipse using svn / subversive

When I right click on a project and select commit it does not show the repository URL of where the commit is going in the commit window, which can be pain for developers. Is there a way to enable this?

Above the project I can see a path along the lines of https://repos.domain.com/repos, Trunk:trunk

Unfortunately this is not always accurate. For example when I am on a branch called MyBranch and select Team > Branch it makes the new branch within the MyBranch branch folder, instead of creating it within the branches folder. I've made this mistake a few times but by my project it will tell me:

https://repos.domain.com/repos, Branch:newBranch

when the path is https://repos.domain.com/repos/project/branches/MyBranch/NewBranch instead of https://repos.domain.com/repos/project/branches/NewBranch

Is there a way to improve on this level of accuracy?

Perhaps, Subclipse would be a better option.

Here's a screen shot of the Subclipse commit window on Eclipse 3.7. The Subversion directory is right at the top of the window.

在此处输入图片说明

Looks like Properties > SVN info. I didn't about this and was looking for something within the team menu. I'll leave the question open incase there is a way to view the full repository path next to the project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM