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

Re: svn+ssh commit

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-02-01 16:15:26 CET

"Carole E. Mah" <Carole_Mah@brown.edu> wrote on 02/01/2005 10:04:50 AM:

> Please bear with my slowness in learning this. I understand how to do
> checkouts and commits on the command line now. But learning to do so via

> svn+ssh is harder than I thought. I can't seem to get the URL or the
> syntax right.
>
> Here's the checkout, which works fine:
>
> svn checkout svn+ssh://foo.brown.edu/srv/projects/svn/myProj/trunk .
>
> Here are the two things I've tried to commit (both failed):
>
> svn commit svn+ssh://foo.brown.edu/srv/projects/svn/myProj/trunk -m ""
>
> error message:
> svn: 'svn+ssh://foo.brown.edu/srv/projects/svn/myProj' is not a working
copy
>
> svn commit . svn+ssh://foo.brown.edu/srv/projects/svn/myProj/trunk -m ""

You do not need to specify a URL on a commit. The URL comes from the WC.
So ...

svn commit -m "" or
svn commit . -m "" or
svn commit foo -m ""

also ...

svn update

etc..

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 1 16:18:07 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.