I got a hosting account for Subversion and Rails after I finished my development. So now I am
migrating from local repository to a remote repository.
The server is CentOS 5 and has Subversion, version 1.4.2 (r22196). I am on Mac OS X 10.4.9 and
Subversion, version 1.4.3 (r23084) - compiled Jan 28 2007, 22:44:35
$ svn commit
svn: Commit failed (details follow):
svn: Directory '/Users/balaparanj/work/myproject/coverage/.svn' containing working copy admin area
is missing
When I do svn st, I see 'S' on some directories:
L .
S test
S app
? app/views/home/tools.rhtml
S log
...
I tried svn cleanup, but I got:
svn: 'coverage' is not a working copy directory
I don't need that directory in svn. So I ran:
svn propset svn:ignore "*" coverage and I got the error:
svn: Directory 'coverage/.svn' containing working copy admin area is missing
Thanks for the help.
--- Ryan Schmidt <subversion-2007b@ryandesign.com> wrote:
>
> On Jun 19, 2007, at 04:10, Bala Paranj wrote:
>
> > I have a local SVN repository that uses file:/// protocol. I have
> > setup a remote repository that
> > uses http protocol. If I checkout the remote repository to a new
> > directory and then copy the
> > latest files to that directory, I am not able to commit the new
> > files to the remote repository.
> >
> > How do I commit from my local machine to the remote repository? TIA.
>
> a) What error message do you get? What version(s) of Subversion are
> you using? on what server and client OSes? on what hardware?
>
> b) Why do you have two repositories that you're trying to move
> content between? Usually, you'd set up only a single repository,
> accessible to all the machines from which you want to access it.
> Perhaps I misunderstand your scenario; if so, please describe it.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 19 20:15:04 2007