可能导出svn并包含未版本化的文件? [英] Possible to svn export and include unversioned files?

查看:272
本文介绍了可能导出svn并包含未版本化的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想从工作的svn副本导出我的代码,同时包含所有未版本的文件。例如,上传的图像/配置文件等,我想包括在导出。

I would like to export my code from the working svn copy while including all unversioned files. For example, there are uploaded images/config files etc, that I would like included in the export.

如何实现?

推荐答案

通过出口?您可以直接使用 cp -r 复制目录树,然后再删除.svn目录: find。 -name .svn -type d -exec rm -r'{}'\;

What do you mean by "export"? You can just use cp -r to copy the directory tree directly, and then remove the .svn directories afterwards: find . -name .svn -type d -exec rm -r '{}' \;

这篇关于可能导出svn并包含未版本化的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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