[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Questions

From: Richard Cavell <richardcavell_at_mail.com>
Date: Mon, 13 Jun 2011 08:55:19 +0000

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
Received on 2011-06-13 10:55:59 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.