[ANN] Scmproj 0.5 released

Paul Harris harris.pc at gmail.com
Sun Dec 6 12:15:47 GMT 2009


Hi Alex,

I look forward to hearing about your snapshots feature becoming available.

I'm confused about where the scmproj project file will be stored in terms of
my repo... I did this:

mkdir /build (with root, changed ownership)
cd /build
mkdir client_a
cd client_a
bzr init-repo --trees .    (i do this so that i maximise the shared repo
across multiple working dirs)
mkdir 4.0
cd 4.0
bzr pinit .
< edit project.cfg, like so:

[component "cmake"]
RELPATH = cmake
BRANCH_URL = file:///master_repo/cmake_trunk

[component "boost"]
RELPATH = boost
BRANCH_URL = file:///master_repo/boost_trunk
>
bzr pup

that worked well, but I see that .scmproj has its own .bzr directory...
shouldn't it use my shared_repo .bzr to store its stuff?

and second... i wanted to store my project config in my master repo, so i
did something like this:

cd /master_repo   (it is a no-trees repo)
mkdir projects
cd projects
... normally i would do bzr clone /build/client_a/4.0 4.0    but that
doesn't work
i tried bzr pget /build/client_a/4.0
but now I have .scmproj files in my repo !

can you tell me how and when the project.cfg file is committed, updated,
diffed, etc.
i want that stored in the master repo for backup and data maintenance
reasons.

thanks,
Paul
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20091206/30cba6d7/attachment.htm 


More information about the bazaar mailing list