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

usage help

From: Thaddeus Covert <tcovert_at_sahuagin.net>
Date: 2002-10-06 07:57:27 CEST

I've done a bit of searching on google, tigris, and in the docs dir, I
haven't dug through the source code yet. Two things I'm curious about
and can't readily figure out.
 First, I'd like to import a number of my config files from my ~/
 directory. However, I don't want to have to import the entire
 directory. I was hoping I could do something like
 ls -d .* > imports.txt; vim imports.txt; svn import -F imports.txt
 repos_path

 I've figured out that doesn't work, although I'm not quite sure how to use the
 -F part still.

 Then I decided I'd try to do something like
 mkdir configs
 cd configs
 ln -s ~/.* .
 rm anything I don't want
 svn import ...

 However, I don't want it to recurse through ALL of the directories. IE
 I don't want to store my .mozilla/default/cache and such. But, I don't
 know how to make a ".cvsignore" file for svn.

Thanks.
Thaddeus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 6 07:59:36 2002

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.