.svn 文件夹的内容是否标准化并在 SVN 客户端之间交叉兼容? [英] Is the contents of .svn folder standardised and cross-compatible between SVN-clients?

查看:27
本文介绍了.svn 文件夹的内容是否标准化并在 SVN 客户端之间交叉兼容?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

例如,我可以使用一个 svn 客户端创建一个 WC 并使用另一个 svn 客户端提交该 WC 吗?

Can I for example use one svn client to create a WC and another svn client to commit that WC?

这以前对我有用,但能保证有效吗?

This has worked for me before, but is it guaranteed to work?

这里的实际案例是离线工作的问题.结帐需要由一台机器完成,而厕所上的工作需要在另一台机器上完成.离线机器仍然操作 WC(添加/删除文件等)而不是使用导出"然后将机器上的工作与 SVN-repo 合并将是有价值的.

The actual case here is the problem of offline work. The checkout needs to be done by one machine and the work on the WC on another. It would be valuable for the offline machine to still manipulate the WC (adding/removing files etc) instead of working with an "export" and then merging the work on the machine with the SVN-repo.

我四处寻找有关此的信息,但没有找到.如果您有答案,如果您也有参考资料,那就太好了.

I've looked around for information regarding this but I haven't found any. If you have an answer it'd be great if you have a source reference as well.

推荐答案

工作副本的格式由客户定义.通常,您可以通过 SVN 客户端 (1.1) 在 WC 上使用客户端 (1.2) 等方式签出工作副本,但不能以其他方式.在工作副本升级到 WC 格式 1.5 或 1.6 之后,使用 SVN 客户端 (1.4) 签出并通过 SVN 客户端(1.5 或 1.6)提交,这意味着您无法再通过 SVN 客户端 1.4 访问工作副本.服务器没有定义工作副本的格式.因为您可以通过 SVN 客户端 1.6 访问 SVN 存储库(例如 1.2 存储库)...(某些功能不起作用)但提交等工作正常(请参阅 1.6 的发行说明).

The format of the working copy is defined by the client. Usually you can checkout a working copy via SVN client (1.1) work on the WC with a client (1.2) and so on but not the other way. Checkout out with SVN client (1.4) and committing via SVN client (1.5 or 1.6) after that the working copy has been upgraded to WC format 1.5 or 1.6 which means you can't access the working copy via SVN client 1.4 anymore. The server does not define the format of the working copy. Cause you can access a SVN repository (for example 1.2 repository) via a SVN client 1.6 ...(some functionallaty does not work) but committing etc. is working fine (see release notes of 1.6).

这篇关于.svn 文件夹的内容是否标准化并在 SVN 客户端之间交叉兼容?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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