|
|
Re: make a changeset without network connection: msg#00043
version-control.svk.devel
|
Subject: |
Re: make a changeset without network connection |
solo turn wrote:
thanks a lot!
what is the (technical?) reason behind making a local branch? would
it be not more logical for the user to:
* just commit to trunk, svk does not write it to the main rep if there
is no connection
* when having a connection again, you do a "svk sync". this
smerges the changes in main rep to your local depot and commits
the result to the main rep.
No, you can't commit to a mirrored path if you have no connection to the
mirrored repository, as SVK commits the change to the repository first
before syncing the change back into the depot.
-solo.
On 7/22/05, Stig Brautaset <stig@xxxxxxxxxxxxx> wrote:
On 22 Jul 2005, at 10:20, solo turn wrote:
is it possible to make a changeset without network connection?
Yes. In fact, it's one of the major reasons for svk's existence.
make a local branch (read up on the website). Check out from that
branch, commit to it, then, when you're online again, do svk push.
Stig
|
|