Lines Matching refs:workspace
7 …hrough multiple git projects it can take a long time branch off a clean workspace. Hacksaw is a to…
8 lets you split off a clean workspace in seconds. It does so by only copying git projects that you
13 Lets look at some performance numbers for creating a hacksaw workspace using as a codebase the AOSP…
15 * Create a new Hacksaw workspace
19 * Remove a Hacksaw workspace with no edits or build artifacts.
22 * Create a new Hacksaw workspace and edit build/make project.
26 * Create a new Hacksaw workspace and edit frameworks/base project.
30 As you can see, the time it takes to set up a new hacksaw workspace is proportional to
32 to create a workspace using a full repo sync with a local
35 * Create a new full repo workspace [using a fresh local mirror](https://source.android.com/setup/bu…
39 * Remove a full repo workspace with no build artifacts
55 $ hacksaw workspace new big-feature
72 $ hacksaw workspace new quick-fix
108 ## How do I make sure that creating a hacksaw workspace is fast?
112 codebase before create a workspace, otherwise it may spend a long time copying
119 * `hacksaw workspace new`
121 * `hacksaw workspace remove`
123 Other commmands like `hacksaw workspace list` or `hacksaw add codebase` do not
153 manually in the workspace project.
158 a workspace to a codebase. When you mark a project for editing then
161 ![Workspace diagram](images/workspace-diagram.png)
169 * Failing to create a workspace is not rolled back.
176 should be a new "workspace sync" command for that?