Hello, Alessandro.
Here's a set of (more or less short) answers to
your questions. Mind that this is not an "authorative" reply, some of the
answers may be wrong and corrected by someone else:
1. If that means "files that have not been checked
in by the person who checked them out", the answer is yes and no. It doesn't
directly, but you can use a plugin to care for it.
2. There's just one server with the repository. To
have a proxy-like repository like you describe, you ought to implement
it.
3. Is this sort of the label functionality? (same
as in VSS)
4. No, unless you write a plugin for
it.
5. If you mean automatically updating the local
version of the repository, there have been some questions about it in the list.
Both for this and for a directory in the server with the latest versions of the
repository, you could write a script that gets the files every some minutes. To
have it synchronally done, you can write a server plugin.
6. If the server and the client are in the same
machine, sure. Else, you can write offline with checked out files, but must
connect to check them in and out.
7. Yes.
8. No, but you can use HTTPS or SSH tunnelling
intead of simple HTTP to connect to the server, so it's as if yes.
9. A repository lies in just one server, a server
can have multiple repositories, and a client connect to multiple servers (once
at a time per client window).
10. Theoretically, no. In practice, some people
have experienced some data corruption in the server, though as far as I know all
of them have been able to fix it with Rob's help.
Hope this helps a bit.
Albert.
|
- [SourceJammer-users] Some questions about SJ Alessandro Riccardi
- Re: [SourceJammer-users] Some questions about SJ Albert Moliner