G'day. I'm a noobie trying to program in C.

 1. Is svn resolved foo the same as svn resolve --accept working foo ?

 2. Someone suggested creating a repository by installing DropBox on every 
computer and doing:

 svnadmin create ~/DropBox

 Does this seem like a workable idea (for those of us who do not know how to 
set up an svnserver or apache httpd)?

 3. Are there any moves to incorporate a keyword such as $GlobalRev$?

 4. I've managed to get keyword substitution working. But once it's working, 
how do I turn it off for that file type? eg

 Create myfile, containing $Id$
 svn add myfile
 svn propset svn:keywords "Id" myfile
 svn ci -m "Turn on Id keyword" myfile
 svn up
 cat myfile # Id is replaced

 Now, how do I turn it off?

 TIA,

 Richard

Reply via email to