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

Re: Revision control on a single file

From: Paul L Lussier <pll_at_lanminds.com>
Date: 2003-07-10 19:26:18 CEST

In a message dated: Thu, 10 Jul 2003 18:59:31 +0200
"Yanghui Bian" said:

>Hello,
>I want to keep track of several single files scattered around my disk.
>e.g: windows autoexec.bat, emacs dot file and more ...
>I cannot figure out a good way in SVN.
>For .emacs file, I could just put the whole home directory to SVN
>repository, though not so good.
>But for autoexec.bat, it seems to be impossible as it is in window C:
>directory.
>Any hints? Thanks.

Well, you could create a repo called 'config_files' or something.
Then, under there, have directories which a OS-related and
OS-agnostic:

        /config_files/win
        /config_files/unix
        /config_files/mac
        /config_files/any

Place your .emacs file under 'any' and autoexec.bat under 'win32.
Then, depending upon what system you're on.

HTH,
        

-- 
Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.
	 If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 19:27:28 2003

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

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