RE: System Files
From: James FitzGibbon <jfitzgibbon_at_primustel.ca>
Date: 2005-08-12 16:38:36 CEST
One thing to watch out for: if you literally do this:
svn co https://myrepo/configs
You'll end up adding the symbolic link to svn, not the contents of the
My experience with this type of thing has led me to store the config files
[vrfy:james] ~/freebsd (13) > find . -type d -a ! -path "*.svn*"
In each directory that has files to install, I put a rudimentary shell
[vrfy:james] ~/freebsd (14) > cat etc/install.sh
umask 022
for dir in periodic
#
Also notice that the script iterates through lower directories if there are
There are much more elegant solutions to get the files from the working copy
The main reason I like having a script (or Makefile, or whatever) do the
Hope that helps
-----Original Message-----
Hello,
I've checked files out of a CVS repository before, but have very
Could someone kindly point me to resources for what I'm trying to do,
thank you,
Jaime
---------------------------------------------------------------------
-- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.7/70 - Release Date: 8/11/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.7/70 - Release Date: 8/11/2005 -- ---------------------------------------------------------------------------- This electronic message contains information from Primus Telecommunications Canada Inc. ("PRIMUS") , which may be legally privileged and confidential. The information is intended to be for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you have received this electronic message in error, please notify us by telephone or e-mail (to the number or address above) immediately. Any views, opinions or advice expressed in this electronic message are not necessarily the views, opinions or advice of PRIMUS. It is the responsibility of the recipient to ensure that any attachments are virus free and PRIMUS bears no responsibility for any loss or damage arising in any way from the use thereof.The term "PRIMUS" includes its affiliates. ---------------------------------------------------------------------------- Pour la version en français de ce message, veuillez voir http://www.primustel.ca/fr/legal/cs.htm ---------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Aug 12 16:40:27 2005 |
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.