你如何移动文件? [英] How do you move a file?

查看:31
本文介绍了你如何移动文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 SourceForge SVN 存储库中使用 TortoiseSVN.我想将文件从一个文件夹移动到另一个文件夹以保持其修订历史记录.这可能吗?如果是这样,你是怎么做的?

I'm using TortoiseSVN against the SourceForge SVN repository. I'd like to move a file from one folder to another in order to maintain its revision history. Is this possible? If so, how do you do it?

(我目前的策略是将文件复制到新文件夹中并签入,然后从当前文件夹中删除文件.)

(My current strategy has been to copy the file into the new folder and check it in and then delete the file from the current folder.)

推荐答案

Subversion 原生支持移动文件.

Subversion has native support for moving files.

svn move SOURCE DESTINATION

有关详细信息,请参阅在线帮助 (svn help move).

See the online help (svn help move) for more information.

这篇关于你如何移动文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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