History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CIB-1662
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: 3 3
Assignee: Daniel Ostermeier
Reporter: Daniel Ostermeier
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pulse

Git plugin updates

Created: 01/Oct/08 01:51 AM   Updated: 07/Nov/08 03:21 PM
Return to search
Component/s: Scm
Affects Version/s: 2.0.13
Fix Version/s: 2.0.15

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
A) consider using the --depth x option for clones, since we don't need the full history, this will help to improve performance. I don't think the restrictions apply to us?.

B) remove the email address from the author data.

C) investigate if it is possible to 'browse' a remote repository without first cloning/fetching. Browse in the project wizard does not have an scm context available to it, and we don't want to have to wait for a checkout just to browse.

D) extract common code from the git client and perforce client. Use the perforce client as the 'true' source.

 All   Comments   Work Log   Change History      Sort Order:
Daniel Ostermeier - 04/Oct/08 05:37 AM
We need to support longer running operations. The git clone process may take a while, and so should not negatively impact the system. And the system should not limit the amount of work that can be done - somehow.

Daniel Ostermeier - 20/Oct/08 08:09 AM
A) is not practical given how pulse uses the scm clients
C) does not appear possible.

jason - 07/Nov/08 03:21 PM
Resolving as you have looked into or fixed most things listed here, apart from refactoring which I raised separately as lower priority in CIB-1709.