Author |
Message
|
PieterV |
Posted: Wed Sep 13, 2006 10:56 pm Post subject: CVS & Toolkit: checkout not working |
|
|
Disciple
Joined: 04 Jan 2006 Posts: 164 Location: Belgium
|
Hello,
first of all, we don't have much experience with CVS.
We have installed CVS on a Unix (solaris) platform, version 1.11.20.
We have Message Broker Toolkit 6 with the latest fix packs.
We can share projects in the CVS repository and are able to commit updates, receive updates etc, but:
Problem: checkout doesnt seem to work.
My idea of checkout is that the project becomes inaccesible to all other users except the one who did check out.
But when we press checkout, he asks to copy the project to the local workspace and after that all apears the same as before.
You can still access the project, no 'Check In' option appears, etc.
Is this normal behaviour of CVS and the toolkit?
Pieter |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 14, 2006 1:37 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
CVS doesn't perform exclusive checkouts.
It's an entirely different model. It is the job of each individual developer, before they check in, to synchronize their local code with the repository and unit test everything to make sure that it still works. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PieterV |
Posted: Thu Sep 14, 2006 1:50 am Post subject: |
|
|
Disciple
Joined: 04 Jan 2006 Posts: 164 Location: Belgium
|
ok,
but you mention: "before they check in",
what do you mean by that? I don't see an option "check in", only "check out" and "check out as".
In this situation i can imagine that 2 developers are working on 1 flow and that the changes that the first makes undoes the changes made by the other.
Even if they make a version of their changes, you don't know what version you must use.
If this is the case, i don't see the advantage of CVS. (the only one is that you can save your projects to a central repository). |
|
Back to top |
|
 |
wschutz |
Posted: Thu Sep 14, 2006 1:56 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Google returns quite a few hits on" "CVS primer" ..... _________________ -wayne |
|
Back to top |
|
 |
PieterV |
Posted: Thu Sep 14, 2006 3:56 am Post subject: |
|
|
Disciple
Joined: 04 Jan 2006 Posts: 164 Location: Belgium
|
ok,
so it's not possible with CVS to reserve a project/file to 1 particular user.
has anybody experience with another tool, let's say Team Foundation Server?
If i read their documentation, it apears to be possible to check out and check in files/projects.
Pieter |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Sep 14, 2006 4:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
In fact, CVS is philosophically AGAINST reserving a project/file to one particular user.
And is the version control system used by some of the largest development projects in the world.
There are many version control tools that are compatible with the MBT - anything that supplies Eclipse plugins for the right level of Eclipse should work fine. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|