Pim Snel escribió:
Hi all,
Anticipating the future transition to subversion, as I assume most members
agree with the SVN-transition, I want to inform you about an interesting
tool: SVK.
This is a tool that uses subversion repositories to enable distributed version
control. It’s inspired by Arch and seems to be very powerfull. I’m not sure,
but I think it can be transparantly used next to normal use of subversion.
When I have some time, I’ll investigate it more.
See this link for more info: http://svk.elixus.org
For the ones that do not know this allready. We’re planning to migrate our CVS
repository to the new subversion service sourceforge is offering as soon as
the new release is out.
I take advantage of this thread for one question: whenever I perform a
cvs update, some necessary write permissions get lost, and I have to
remember to run a script like this:
LOG=${0%.sh}.log
rm $LOG
find . -name “phpgw_en.lang”>>$LOG
if [ -s $LOG ]; then
for f in $(cat $LOG); do
d=$(dirname $f)
chgrp -R egroupware $d
chmod g+rwx $d
chmod g+rw $d/*
done
fi
Is possible to fix this with CVS, or will SVN be able to fix this?
Regards.
----------------------------------------------------------------------|
http://counter.li.org info: Linux user: 92390 - Linux machine: 39301 |
Oscar Manuel Gómez Senovilla - omgsATescomposlinux.org |
GPG Key at http://pgp.escomposlinux.org |
----------------------------------------------------------------------|
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers