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

Re: Unix configuration files under subversion

From: M <marcus.rohrmoser_at_gmx.de>
Date: 2004-05-20 00:14:18 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Toby Johnson schrieb:
| How about this: set up your repository initially, then check it out to
| some empty folder. Then copy all files from that folder to your root
| directory.

That's exactly what I did (on winxp)
cd <RepoBaseDir>
svnadmin create home
svn mkdir repourl/trunk -m "-"
svn mkdir repourl/trunk/<myusername> -m "-"
cd $HOME
svn co repourl/trunk/<myusername> .
svn add -N Applicationdata
svn add Applicationdata\...
etc...
svn commit -m "OS & SW config files in SVN"

Works fine!

        M
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAq9w4XjHhiL8/upYRAuXBAJ0UBbJxOgTGfpG6fS5cqFxXT8KfcgCg3Iv1
wibXhEkYmJ+NQZlabYbspiQ=
=eXhD
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 20 00:16:26 2004

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.