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

Re: under version control or not?

From: Ivan Aleman <bonovoxmofo_at_gmail.com>
Date: 2006-09-07 17:18:03 CEST

2006/9/7, Sean Davis <sdavis2@mail.nih.gov>:
> The problem is that in the repository, there
> is no inst/doc directory, and I need there to be one. How can I do that?
>
> sdavis@pressa:/inst> svn add doc
> svn: warning: 'doc' is already under version control
> sdavis@pressa:/inst> svn rm doc
> D doc/GEOquery.Rnw
> D doc/GEOquery.pdf
> svn: 'doc' is not under version control
>

Try under your working copy:

$ mkdir inst/doc
$
$ svn add inst/doc

-- 
Iván Alemán ~ [[ Debian (Sid) ]] ~
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
G!>GCM d+ s: a? C+++ UL++ P L+>+++$ E--- W++>+ N* o--- K- w O- M+ V--
PS++ PE-- Y PGP+>++ t-- 5 X R+ !tv b++ DI-- D+++ G+ e++ h* r+ z*>*$
------END GEEK CODE BLOCK------
bonovoxmofo.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 7 17:27:35 2006

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.