English 中文(简体)
Tortoise SVN: How to svn Update rafter but NOT's subrafters?
原标题:Tortoise SVN: how to svn update folder but NOT its subfolders?

这可能是一个简单的解决办法,但我可能根本不喜欢使用托托维兹·SVN。

我在一段时间前就看到了这种工作可怕:

/folder
   file1
   file2
   /subfolder1
   /subfolder2

现在,我想做的是SVN UPDATE本人的工作名录,只读到/raft,但NOT的子文件。 我如何这样做?

了解:on SVN服务器储存库,/rafter, 现有新文件file3,file4,我想在SVN UPDATE之后的工作名录中查阅。

http://www.ohchr.org。 也许不清楚的是:在SVN UPDATE期间,特别志愿人员协会没有触及几个子组,我根本不想触及他们。 我尝试使用Greg。 回答,但并不奏效。 WARNING:分文件1和分文件2将在更新期间从您的工作文本中删除。

感谢。

最佳回答

我通常从“支票换代”对话中进行部分更新。 我在发射时点击了“Check存放处”,以获得最新情况,然后右边点点击我想要打上手提的确切物品。

问题回答

你们可以通过使用这一指挥系统,使特别志愿人员协会得到更新。

svn update --depth=files

The --depth argument can take the following parameters: empty, files, immediates or infinity

为此,你可以使用<条码>而不是指挥线。 修订的最新情况,可在此查阅:

“alt

and then chosing the Head revision, you can specify how recursive the update is: alt text

在你的情况下,选择<条码> 儿童,包括切身/条码”。

不用Update ,使用 TortoiseSVN s Update to Revision。 具体指明HEAD,作为更新(或您希望更新的任何修订)的修订,然后核对“仅更新顶夹”的方框。

格雷瓜如果你通过TortoiseSVN或再次使用特别志愿人员网络的客户发出特别志愿人员国家指挥令,那么解决办法就会被罚款。





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签