svn和clearkin中的winkin等效吗? [英] What is the svn equivalent to winkin in clearcase?

查看:69
本文介绍了svn和clearkin中的winkin等效吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是svn的新手,但是目前我正在从ClearCase过渡一些Perl脚本。我知道Clearcase具有动态视图,因此它可以从动态视图访问一个或多个派生对象(DO),或通过cleartool命令 winkin将不可共享的派生对象转换为可共享的(提升的)派生对象。 。知道svn是静态的,如何用等效的svn命令替换它。

I am new to svn, however I am at present making the transition of some Perl scripts from ClearCase. I know that Clearcase have dynamic views, so it can access one or more derived objects (DOs) from a dynamic view, or convert a nonshareable derived object to a shareable (promoted) derived object by the cleartool command winkin. How do I replace it with an equivalent svn command, knowing that svn is static.

推荐答案

您不会:派生对象非常特定于ClearCase动态视图。 cleartool winkin 访问任何现有DO的数据,并且在Subversion中不存在DO。

You don't: Those notion of derived object are very specific to ClearCase dynamic view. cleartool winkin accesses the data of any existing DO, and a DO does not exist in Subversion.

类似于 是否存在等效于 cleartool catcr :gcc(表示使用源代码进行编译的工具)可能具有一些信息,但是源代码控制工具本身(Subversion)将没有任何信息。

That is similar to "Is there a git equivalent to cleartool catcr": gcc (meaning the tool using the sources to compile) might have some information, but the source control tool itself (Subversion) won't have any.

flag




1)我不得不摆脱调用makefile的 omake 概念(我也得到了 makefile.bat

这与SVN或git无关。

第三方工具(
OmpenMake Gradle Bazel (请参阅 e )。

This has nothing to do with SVN or git.
A third-party tool (OmpenMake, graddle or Bazel (see "e") would be needed here.


2)应该更改诸如 winkin endview 之类的cleartool命令,以使其成为svn兼容。

2) The cleartool commands like winkin, endview should be changed so that this becomes svn compatible.

没有除ClearCase之外的任何其他工具中的动态视图

3)此更改将激起成功运行* .BAT时生成的* .LOG文件中的更改,我需要提供文件列表(URL和修订号。被存储在* .LOG文件中,为此,我需要更改 cleartool describe 命令)

3) this changes will stir up changes in the *.LOG file that gets generated on successfully running the *.BAT, I need to have a list of files (URL and revision no. which will be stored in the *.LOG file, for this I need to change the cleartool describe command)

这取决于您将选择的语言和构建机制,而不取决于SVN。

具有像转到(golang),您不再担心所生成的文件列表:只会重新编译有更改的文件。

That depends on the language and build mechanism you will chose, and not on SVN.
With a modern language like go (golang), you wouldn't be concerned anymore by the list of files built: only the one with changes would be recompiled.

这篇关于svn和clearkin中的winkin等效吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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