Hi!
On Friday 06 March 2009 aluno3 wrote:
> First I want thanks for this program, it is very useful and flexible.
Thank you.
> I started use fsvs a few weeks ago but I identify a few problems.I have
> my project (about 10GB files) on server with svn repository and this
> repository is used by a few computers programmers.
>
> Questions:
>
> 1.How can I add files and directories recursive? (sometimes I must
> commit about hundreds files and directory). I always do 'find ./ |xargs
> fsvs add' but is it sole solution (with use external binary) ?
You don't need to ... just do a commit, and FSVS will take all new files
automatically, and remove files that no longer exist.
Doing "find" with large trees is not what I wanted ;-)
> Problems:
>
> 1.When I try do fsvs up with specified revision I get segmentation fault:
...
> bash-3.1# fsvs up -r 12311 -d
...
> 16:13:14.270 up__parse_prop[update.c:153] got NULL property for etc:
> svn:text-time
> Segmentation fault
Hmmm ... I'll take a look. Why do you have this property removed? Did you do
that manually?
> 2.When I try fsvs status (which some changes) I sometimes get
> segmentation fault:
...
> 19:31:33.610 waa__update_dir[waa.c:1469] update_dir: direnum found 0;
> old has 2 (0)
> 19:31:33.610 waa__update_dir[waa.c:1592] update_dir reports 0 new found,
> status 0
> 19:31:33.610 st__status[status.c:275] INTERNAL BUG
> sts->was_output
> ./usr/local/include was already output ..
This is clearly an internal error when doing the tree walking.
You have removed files like usr/local/include/atalk/compat.h ; does
usr/local/include/atalk still exist? Does usr/local/include/ include exist?
Regards,
Phil
--
Versioning your /etc, /home or even your whole installation?
Try fsvs (fsvs.tigris.org)!