Re: Online collaboration

2013-04-08 Thread Micha Feigin
For tracking versions with comments, either subversion or git are easy to setup, git tends to be easier I believe, but is a distributed system, so people can forget to push changes. It is good if you want to commit off-line though and it is easier to branch with git. Both have gui interfaces, a

Re: Online collaboration

2013-04-08 Thread Mord Behar
On Mon, Apr 8, 2013 at 9:50 PM, vordoo wrote: > On 2013-04-08 14:52, Mord Behar wrote: > >Hi > I'm looking for an open source solution for collaborating on various > tasks, mostly graphics related. > I have access to a LAMP stack, so installing server-side software > shouldn't be a problem.

Re: Online collaboration

2013-04-08 Thread vordoo
On 2013-04-08 14:52, Mord Behar wrote: Hi I'm looking for an open source solution for collaborating on various tasks, mostly graphics related.

Re: Online collaboration

2013-04-08 Thread Mord Behar
On Mon, Apr 8, 2013 at 3:08 PM, ik wrote: > If FOSS is what you are looking for, then you have drupal based solutions. > Well, free as in speech, not necessarily beer. The money to purchase a service/software does exist and is accessible... > Recently I'ved discovered a closed source system by

Re: Online collaboration

2013-04-08 Thread E.S. Rosenberg
There's tons of FOSS groupware/cms solutions out there, but I assume you already knew that and were looking for our experiences with the different solutions. Since I have only read reviews I can only refer you to articles like these: http://www.linuxplanet.com/linuxplanet/reviews/7289/1 http://www.

Re: Online collaboration

2013-04-08 Thread ik
If FOSS is what you are looking for, then you have drupal based solutions. Recently I'ved discovered a closed source system by IBM that does a lot more then this, and it has an amazing user interface (between facebook and google+). http://www-01.ibm.com/software/lotus/products/connections/ You als

Online collaboration

2013-04-08 Thread Mord Behar
Hi I'm looking for an open source solution for collaborating on various tasks, mostly graphics related. I have access to a LAMP stack, so installing server-side software shouldn't be a problem. The problem is, I don't know what software we need. We need to have a repository of data, where people ca

Re: bash q

2013-04-08 Thread Constantine Shulyupin
For debugging bash scripts I use set -o xtrace # long form of -x set -o pipefail set -o errexit # print file, line number and function name while tracing PS4='+ $(echo -en "\\033[1;36m`basename "$0"`:$LINENO $FUNCNAME()\033[0m ")' On Mon, Apr 8, 2013 at 10:32 AM, Erez D wrote: > to debug a

Re: bash q

2013-04-08 Thread Baruch Siach
Hi Erez, On Mon, Apr 08, 2013 at 10:32:44AM +0300, Erez D wrote: > to debug a shell script i can run it as 'sh -x myscript' > but how can i enable the debug from within the script if run with 'sh > myscript' ? Just do 'set -x'. baruch -- http://baruch.siach.name/blog/ ~.

bash q

2013-04-08 Thread Erez D
to debug a shell script i can run it as 'sh -x myscript' but how can i enable the debug from within the script if run with 'sh myscript' ? thanks, erez. ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-