如何在 tortoise svn 中检查工作副本 [英] How to check for working copy in tortoise svn

查看:69
本文介绍了如何在 tortoise svn 中检查工作副本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在从主干切换到分支时感到困惑.如何在切换过程中在 svn 中检查我当前的工作副本

I am confused in switching from trunk to branch .How to check for my current working copy in svn during switching

推荐答案

使用 TortoiseSVN,您可以在文件属性中查看您在存储库中的位置.如果您右键单击该文件,选择属性",然后查看Subversion"选项卡,第一个条目将是 URL.这将显示如下:

Using TortoiseSVN, you can see in the file properties whereabouts you are in the repository. If you right-click on the file, select Properties then look at the Subversion tab, the first entry will be URL. This will be displayed something like:

path_to_repository/trunk/filename

path_to_repository/branches/branch_name/filename

如果您要提交该文件,则该 URL 将被更新.在第一个示例中,您将在主干中工作,在第二个示例中,您将在一个分支中工作.

The URL is what would be updated if you were to commit that file. In the first example, you would be working in the trunk, in the second example, you would be in a branch.

这篇关于如何在 tortoise svn 中检查工作副本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆