Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-09 Thread Donnie Berkholz
On 00:03 Sun 09 Mar , James Stroud wrote: > SVN is extraordinary for these types of things. Combining Peter Briggs and > Bill Scott's suggestion, perhaps one ideal solution would be SVN support > built into ccp4i. What might be even better is a distributed system such as git or mercurial. T

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-08 Thread James Stroud
SVN is extraordinary for these types of things. Combining Peter Briggs and Bill Scott's suggestion, perhaps one ideal solution would be SVN support built into ccp4i. However, in the meantime or that never happens, here is a script that might serve as a template if: #! /bin/csh -f cd $HOM

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread Edward Berry
David J. Schuller wrote: ... even further back, file versioning in VMS might have been relevant and useful. But I am wandering. [:>) Problem is both files are version *.*;1. I keep getting: -RMS-E-FEX, file already exists, not superseded %BACKUP-E-OPENOUT, error opening DISK$USER1:[00.AC

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread William Scott
NFS is alive and well (even on OS X 10.5), but having separate copies on different computers and/or an svn server has the additional merits of being a backup system and one you can use with computers that don't have static IPs. David J. Schuller wrote: > Back in the good old days, we were > able

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread David J. Schuller
Unison is good, as is rsync, but in this particular case will be complicated (if ( understand correctly) by the use of the identical file names for different files on the two computers. I don't see an easy, automatic way around this. I would rename one or some of the directories, put them on the sa

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread William Scott
Syncing directories with unison (use the same version of the program on all computers) or rsync can help. Lately I've been using svn, which is I think the best way to deal with this. Setting up a server on linux is probably easiest. You can do this with any type of file, by the way, it do

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread Johan Turkenburg
Hi, The way I cope with this is by using synchronisation between directories (folders) on the two computers. In my case both are running linux, and the program Unison provides a simple tool to synchronise. If you make sure the projects have the same name on the two computers, the cpp4 databas

Re: [ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread P.J.Briggs
Hi Derek There's not really any way of doing what you're asking at present. If merging utility would be useful to others then I would be prepared to look into providing one, although there are a bunch of fiddly issues to deal with (e.g. keeping dates consistent, handling file name clashes and so o

[ccp4bb] Merging CCP4i projects from two computers

2008-03-07 Thread Derek Logan
Hi everyone, I've been working on a project using CCP4i on two separate computers in parallel and now unfortunately have jobs spread over the two locations. I would now like to consolidate these. Some of the new jobs on one computer will have the same run number as different ones on the o