Boar

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Boar is a version control system for large binary files. Here's a quick how-to / notes: <source lang="bash"> boar mkrepo ${REPO_PATH} boar --repo ${REPO_PATH} mksession ${SE...")

Revision as of 10:55, 15 August 2014

Boar is a version control system for large binary files.

Here's a quick how-to / notes:

boar mkrepo ${REPO_PATH}
 
boar --repo ${REPO_PATH} mksession ${SESSION_NAME}
 
# to setup the .boarignore I gave:
boar --repo ${REPO_PATH} setprop schematics ignore –f .boarignore
 
# to extract the ignore property:
boar --repo ${REPO_PATH} getprop schematics ignore –f .boarignore
 
# to import existing (non-boar) projects into a repository:
boar --repo ${REPO_PATH} import ${WORKING_DIR} ${SESSION_NAME} –m "${COMMIT_MESSAGE}"
# to checkout existing (boar) projects into a working directory:
boar --repo ${REPO_PATH} co schematics ${WORKING_DIR}
 
boar status
 
boar ci -m "${COMMIT_MESSAGE}"
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox