WEEK14--10 problem

【statement! ]
This blog only for school requirements submitted content, this statement contains all blog more or less "academic requirements" of the product, regardless of the individuals want to show the idea that all statements contained in this blog will also graduate after archiving deleted.
If therefore acts to give us some unpleasant, I apologize. 


 

Team members: 253,739


Your team source code control Where? What is the use the system?

Windows developers Android data source uploaded to Github & clouds.

 

After a code file is checked out, another person can check out the file and modify it?

Of course you can, ah, but will be signed version and the original version of the code.

 

There are several designs, what advantages and disadvantages?

Single design, the pursuit of simplicity, no second version, but may iteration [it is something]

 

How to see the difference between this and previous versions of files?

Only theoretically UI optimized input and convenient, the other can only see the version number of the Xd

 

If a file has been modified by someone else after you check out, so how do you combine different modifications ( Merge)?

We do not consider this issue, but we should be discussed first before editing it to prevent excessive BUG , after possible modifications without pullback of BUG , and between us are small projects should not be particularly large, irreparable, had retreated to the BUG .

 

You have 20 files are modified on the same function, how do you ensure that these documents are checked in at the same time successfully (atomicity modified)

I think ...... we may be 10 documents within a whisper [ BB ]

But suppose the existence of this problem, then we can only come one by one, in addition to really BUG it can only be a pullback.

 

Your on your PC about three bug changes, but they are not completed, then you have to modify the fourth emergency bug, how to put aside local modifications to ensure modify fourth bug in a clean environment, and check in modify?

Save the new branch is being modified, but you modify the BUG , then check out the recording time they sign into the decision to modify the BUG .

 

How do you build a branch of the source code?

Last modified once the branch, but there are trunk, trunk existence has been completed, review the content of the source files.

 

 

A source file, how do you know it when every line is checked in?

Notes ...... time to develop good habits while editing a comment mark individual numbers, can be found in the modified content at any time.

 

How all the source files to the system are marked with a label, so that others can synchronize all file versions of this label?

This part is like the backbone of the above mentioned, the content after the content update has been completed and unified awareness, you have completed the system source files, sync your main branch version that is synchronized version of the label.

 

Whether your team can build deployment tasks automatically.

The problem I personally (project manager) think we can, but the actual content will have to wait after the end of the whole process of development are evaluated.

Guess you like

Origin www.cnblogs.com/von-wunder-er/p/10945432.html