Veracity 0.9.1
ericsink.com
Veracity 0.9.1
1–10 of 10 posts
Re: Veracity 0.9.1
#2edit: no irc channel found for veracity-scm, does it exist anyone? also, I found the piping method they used to get their PGP key was causing issues with sudo, just wasn't accepting my pass with two sudo statements like that for some reason. It worked when I separated them.
Re: Veracity 0.9.1
#3Any use this yet and can share experience? edit: no irc channel found for veracity-scm, does it exist anyone? also, I found the piping method they used to get their PGP key was causing issues with sudo, just wasn't accepting my pass with two sudo statements like that for some reason. It worked when I separated them.
* Leans more towards Mercurial than Git
* No man pages :(
* Couldn't get the fancy web server thing running (`vv serve`, and it failboated on some config warning that I'm not sure how to resolve)
* Looks like they store some data as JSON internally
* There's a `vv lock` command...this makes me really sad, I thought we were beyond this mode of version control
* No idea how to turn colors on for diffs/status
* Can't clone local repositories CORRECTION: This is possible, you have to use the "repo name" to clone. I did `vv init .` so that made a repo with the name of ".", and then you can run `vv clone . foo` to clone it.
* `vv init` does not work like `git init` at all...I think repos can have a "name" but only one can live in a directory at a time. (`.sgdrawer` is used for data)
* It looks like it keeps track of repo names at the user level, so you can't have more than one of the same "repo name" per your user (wtf?) This is kept in `~/.sgcloset`. There's a few sqlite3 dbs hanging out in there.
That's as far as I got. This feels like version control sudoku.
Re: Veracity 0.9.1
#4Any use this yet and can share experience? edit: no irc channel found for veracity-scm, does it exist anyone? also, I found the piping method they used to get their PGP key was causing issues with sudo, just wasn't accepting my pass with two sudo statements like that for some reason. It worked when I separated them.
Installed on OSX, messing with it. Initial impressions: * Leans more towards Mercurial than Git * No man pages :( * Couldn't get the fancy web server thing running (`vv serve`, and it failboated on some config warning that I'm not sure how to resolve) * Looks like they store some data as JSON internally * There's a `vv lock` command...this makes me really sad, I thought we were beyond this mode of version control * N…
vv config set server/files /usr/local/share/veracity/server_files
Be sure to replace /usr/local/.. with the correct path to server_files.
Re: Veracity 0.9.1
#5Any use this yet and can share experience? edit: no irc channel found for veracity-scm, does it exist anyone? also, I found the piping method they used to get their PGP key was causing issues with sudo, just wasn't accepting my pass with two sudo statements like that for some reason. It worked when I separated them.
Installed on OSX, messing with it. Initial impressions: * Leans more towards Mercurial than Git * No man pages :( * Couldn't get the fancy web server thing running (`vv serve`, and it failboated on some config warning that I'm not sure how to resolve) * Looks like they store some data as JSON internally * There's a `vv lock` command...this makes me really sad, I thought we were beyond this mode of version control * N…
Re: Veracity 0.9.1
#6Re: Veracity 0.9.1
#7However, the problem is that it doesn't offer any KILLER features that would make it worth migrating to it from Git/Mercurial/Baazar/Fossil.
Re: Veracity 0.9.1
#8Hopefully they will have by version 1.0.0.
Open source projects live or die by their documentation - not their features.
Re: Veracity 0.9.1
#9I suspect the aim is to build the foundation for an Enterprise-ready DVCS.
EDIT: See also Veracity: the next step in DVCS http://www.ericsink.com/entries/veracity_early.html
Re: Veracity 0.9.1
#10What need does this solve? Their homepage ( http://www.veracity-scm.com/ ) lists a feature comparison chart, but that it has "user accounts" and "SHA-2" does not really help me figure out why I need this.