English 中文(简体)
重新命名雕刻,
原标题:Renaming folders in svn,

In tortoise svn , there are 3 txt files in a folder called abc. when I renamed the folder from abc to xyz and view the show log, it shows only the xyz is copied from abc and abc folder is deleted the files inside the xyz is though copied but not showing in the log.

如何在把文件夹重新命名为纸面时看待文件

问题回答

你不看到这三份档案的变化,因为你没有改变这些档案。 你只是重新命名了他们所在的名录。

你们想要完成什么? 让我们说,颠覆确实在一个改名的夹中报告所有文件,因为文件正在改变。 如何帮助你? 我可以想象一下,在什么情况下,它只是一个非常好的想法:

  • 想象一下我开始使用Maven的情况。 在Maven,我的源文档应当放在文件夹<条码>上。 同大多数开发商一样,我把我的 Java源代码直接置于存放处的根基之下,列在<编码><源/代码>下。 现在我不得不将该名录中的档案移至<条码> rc/main/java,这可代表数百份 Java源档案。 现在,我的记录不是只显示3个档案,而是将列入数百份。

  • 请允许我说,你确实修改了几个档案,因为你改名为名录。 我如何知道由于一些家长的名录被修改而被列入档案的区别。 a 实际修改的文件。 人们已经抱怨,该记录显示有些财产被修改的档案,但档案本身却并非如此(在合并发生时可能会造成问题,而<编码>svn: 合并 财产得到更新)。 现在,每个更名为“双管”的圆顶将缩小整个存放处。 有时会形成一个标签,但名称正确无误(REL-1.2诉rel-1.2.0),因此,人们有时会改名。 现在,该标签上的所有档案都将显示原木正在发生变化?

It s not too difficult to do what you want in Python or Perl. Simply do a svn log and then when you see that a directory got renamed in a particular release, do a svn ls --recurse on that folder, and get all the files in it.





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

热门标签