You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Romain Prévost <pr...@gmail.com> on 2005/07/11 08:43:49 UTC

SVK ?

I've just been hanging for a while over the SVK website, but I think I
missed some things that might be interesting. So can SVK users give me
some answers ?

- Is SVK only client-side, relying on SVN for all the server part ?
- Is it reliable enough to use it as a production tool yet ?
- Is it really offering all SVN + more speed and more efficient disk
space management ?

I'm pretty sure there must be some bad points with it, but I didn't
manage to find them yet, since there are very little information on
svk's website. Have you got some links to more SVK material or user
feedbacks ?

-- 
Romain Prévost
Epitech promotion 2007

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: SVK ?

Posted by Manuel Vacelet <ma...@gmail.com>.
2005/7/11, Romain Prévost <pr...@gmail.com>:
> I've just been hanging for a while over the SVK website, but I think I
> missed some things that might be interesting. So can SVK users give me
> some answers ?
> 
> - Is SVK only client-side, relying on SVN for all the server part ?

yes it is.

> I'm pretty sure there must be some bad points with it, but I didn't
> manage to find them yet, since there are very little information on
> svk's website. Have you got some links to more SVK material or user
> feedbacks ?

You should post this message on the svk mailing-list.
svk-dev@lists.openfoundry.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: SVK ?

Posted by Romain Prévost <pr...@gmail.com>.
> Ok thank you for your answers. It's a bit clearer now :)

-- 
Romain Prévost
Epitech promotion 2007

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: SVK ?

Posted by Russ Brown <pi...@gmail.com>.
Romain Prévost wrote:
> I've just been hanging for a while over the SVK website, but I think I
> missed some things that might be interesting. So can SVK users give me
> some answers ?
> 
> - Is SVK only client-side, relying on SVN for all the server part ?

Yes. svn clients can continue to use the svn server too as long as they
don't do merges (doing so will screw up the merge tracking that svk does).

> - Is it reliable enough to use it as a production tool yet ?

We've been using it for about two weeks now. So far we haven't had any
serious problems.

> - Is it really offering all SVN + more speed and more efficient disk
> space management ?
> 

It is definitely quicker for a number of operations, largely because
most operations don't require any network access. Doing an update
(including the syncing) is consistently about six times faster for me.

In terms of space saving, that depends on how you use it. If you tend to
have a lot of branches checked out at the same time, then svk will save
you a lot of space because working copies are completely clean and don't
contain the .svn directories which contain pristine copies of all files.
If you mirror the entire repository svk takes advantage of svn's cheap
copies, so branches take up practically no space.

> I'm pretty sure there must be some bad points with it, but I didn't
> manage to find them yet, since there are very little information on
> svk's website. Have you got some links to more SVK material or user
> feedbacks ?
> 

svk definitely needs documentation improvements. Hopefully that
situation will improve in time.

-- 

Russ.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org