创建一个目录没有检出一个工作副本? [英] Make a directory a working copy without checkout?

查看:378
本文介绍了创建一个目录没有检出一个工作副本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我做一个项目,我的学校,但问题是我校计算机上运行的深冻。有什么办法,我可以使用SVN,使目录的工作副本,而不检查出来?有谁知道怎么SVN记得如果一个目录是工作拷贝?有一些配置文件,我可以救我的网络驱动器上?

So I am doing a project for my school but the problem is my school computers run deep freeze. Is there any way I can use SVN and make a directory a working copy without checking out? Does anyone know how SVN remembers if a directory is a working copy? Is there some config file I can save on my network drive?

感谢

推荐答案

SVN知道,如果该目录是其中包含有关工作副本信息的隐藏的.svn目录的presence工作拷贝。

SVN knows if the directory is a working copy by the presence of a hidden .svn directory which contains information about the working copy.

至于不检查一个工作副本,我觉得你可以做的是做一个签空的深度。因此,从SVN命令行:

As far as a working copy without checking out, I think what you can do is do a checkout with empty depth. So from the SVN command line:

svn checkout http://url/to/repository trunk --depth empty

这将与什么也没有工作目录,并且以后可以做一个更新实际拉的内容。

This will make a working directory with nothing in it, and you can later do an update to actually pull the content.

这篇关于创建一个目录没有检出一个工作副本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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