English 中文(简体)
SVN SVN 意外 del 后备箱,未承诺变更
原标题:SVN Accidently del trunk and not committed change

您如何修正这个方案? 所以我基本上在 PROD/WHO 测试文件, 并输入 svn del 树干 。

还没有做出改变,你怎么退出?

svn del --keep local trunk
or svn revert trunk

问题回答

svn return. 应该玩这个把戏。 使用 TortoiseSVN, 请选择包含后端的目录, 然后再返回 。

svn del --keep-local 用于删除 SVN 中的文件或文件夹,但将文件或文件夹保留在工作副本中。





相关问题
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 ...

热门标签