|
|
• 하위 프로젝트 작업을 다시 동기화할 때 백필 목록은 사용되지 않습니다. 다시 동기화하려는 하위 프로젝트 작업을 포함하는 모든 변경 패키지를 명시적으로 지정하거나, Implicitly하위 프로젝트 전파 옵션에 대해 를 선택해야 합니다.
• 백필 목록 개정 중에 다른 서버의 항목을 포함하는 변경 패키지는 무시됩니다. 개정은 계속 적용됩니다. 충돌하는 변경 내용은 사용자가 수동으로 해결해야 합니다.
|
si resynccp -S c:/Aurora_Project/project.pj 24:1
Applying change packages...
24:1
The following warnings have occurred:
-------------------
The change package(s)
20:1 -- tool.c(1.3)
21:1 -- tool.c(1.4)
22:1 -- tool.c(1.5)
23:1 -- tool.c(1.6)
are required in order to apply this list of change
packages. They will be automatically added to the list,
since the backfill option is set to Entire Change
Package(cp). --------------------
*** The following set of operations will be performed:
Project: f:/Aurora_Project/project.pj
Sandbox: c:\Aurora_Sandbox\project.pj
Member tool.c: resynchronize to Revision 1.7
Are you sure you wish to proceed? [yn]<n>: y

si resynccp -S c:/Aurora_Sandbox/project.pj --backfill=ask 23:1
Applying change packages...
23:1
*** The following list of change packages are used by revisions
before the revision that you require. Each change package is
given, along with the revisions which require them:
20:1 -- tool.c(1.3)
21:1 -- tool.c(1.4)
22:1 -- tool.c(1.5)
Reply with:
y to pick up all these change packages, along with their
associated changes,
s to skip all these revisions and merge around them (default)
c to cancel the command
or a space separated list of change package identifiers from
the list given to be *removed* from the list [y|s|c|#...]?
|
|
명령줄 인터페이스를 통해 백필 목록에서 변경 패키지를 선택하는 경우, 다시 동기화 작업에서 제외하려는 변경 패키지의 번호를 입력합니다. GUI에서는 다시 동기화 작업에 포함하려는 변경 패키지를 선택합니다.
|
The following warnings have occurred:
-------------------
The following members require a merge to be performed:
tool.c
You have not specified a change package, so merged members will
not be locked.
--------------------
*** The following set of operations will be performed:
Project: f:/Aurora_Project/project.pj
Sandbox: c:\Aurora_Sandbox\project.pj
Member tool.c: merge around differences: picking up revisions
1.2 through 1.6, excluding revisions 1.3, 1.4, 1.5, by checking
out Revision 1.2 into the working file, and merging in the
differences between Revision 1.6 and Revision 1.2 with the
differences between Revision 1.5 and Revision 1.3.
Are you sure you wish to proceed? [yn](n): y