Hi frank:
In addition, I suggested that putting the drum abstractions I made in the rradical CVS. As I have not put anything up before, my apologies for not knowing any CVS conventions. Can people just put things up as they wish? Or are there any common consensus that needs to be reached first before one can put things up?
I would suggest to just put them into /abstractions/rradical/instruments
Should they be in a folder inside the instruments?
I could put them in, but if you are interested in getting write access for Sourceforge, you first need to create an account on sf.net, then mail me or some other admin your username and I can add you to the project. There are no written rules for handling things in CVS yet, the only rule is to subscribe to pd-dev. ;)
I would quite like to learn CVS too, so I got a sf.net account yesterday. My username is, well, "chunlee". Besides, if I make updates of these patches, I can just put them up straight away.
I have tried email you my username this morning, but not sure if it went through. Let me know
Peace
CHUN
Hallo, chun lee hat gesagt: // chun lee wrote:
I would suggest to just put them into /abstractions/rradical/instruments
Should they be in a folder inside the instruments?
Yeah, just directly inside instruments.
I would quite like to learn CVS too, so I got a sf.net account yesterday. My username is, well, "chunlee". Besides, if I make updates of these patches, I can just put them up straight away.
I have tried email you my username this morning, but not sure if it went through. Let me know
I did get it, sorry for not answering earlier. I will try to find some time to add you to the developer list today.
Frank Barknecht _ ______footils.org__
Hallo, Frank Barknecht hat gesagt: // Frank Barknecht wrote:
Hallo, chun lee hat gesagt: // chun lee wrote:
I would suggest to just put them into /abstractions/rradical/instruments
Should they be in a folder inside the instruments?
Yeah, just directly inside instruments.
Uhm, to clarify: I mean, the patches should be directly inside "instruments", not in a subfolder.
Frank Barknecht _ ______footils.org__
Hallo Chun, chun lee hat gesagt: // chun lee wrote:
I would quite like to learn CVS too, so I got a sf.net account yesterday. My username is, well, "chunlee". Besides, if I make updates of these patches, I can just put them up straight away.
I have tried email you my username this morning, but not sure if it went through. Let me know
Chun, you're added.
You probably already found the documentation at: http://pure-data.sourceforge.net/developer.php
Two things; My ~/.cvsrc contains this:
cvs -z3 -q diff -u -b -B update -P -d checkout -P
This will automatically add new directories on "cvs update".
Then personally I like to store .pd-files in CVS as binary files, because merging doesn't work with .pd-files anyway. To make this the default, use this in the file ~/.cvswrappers:
*.pd -k 'b'
That's about it.
Frank Barknecht _ ______footils.org__