[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: Sean Davis <sdavis2_at_mail.nih.gov>
Date: 2006-09-07 17:40:10 CEST

On Thursday 07 September 2006 11:18, Ivan Aleman wrote:
> 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

Thanks, Ivan, for the thought. But the directory already exists in the
working copy. Doing an svn status shows that nothing needs to be updated, so
when I try to commit the directory to the repository, of course nothing
happens.

I ended up simply touch'ing the files in the directory and the directory
itself. Then svn status showed the changes and I was able to commit.

Thanks again,
Sean

---------------------------------------------------------------------
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:50:38 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.