Blair Zajac wrote:
> kevin kempter wrote:
>> Hi List;
>>
>> I'm somewhat new to svn. I checked out a source tree via this command:
>>
>> svn checkout svn://svnserver.ourdomain.com
>>
>> several directories down in the checked out tree I grabbed a file that
>> I needed to change. It's a windows ER Studio (Modeling Tool) file so I
>> copied the file to my windows VM (I'm running Mac OS X) and edited the
>> file. Once I saved my changes I copied the file back into the svn
>> directory.
>>
>>
>>
>> Next I tried to check in my changes like this:
>>
>> svn commit svn://svnserver.ourdomain.com
>
> You don't give the URL to the server when you commit. You just do
>
> svn commit
>
> I suggest working through the free Subversion book for a basic work flow
> of using svn:
>
> http://svnbook.red-bean.com/
FYI, I committed a patch to give a more friendly error message in the
use case described above. I've also nominated it for inclusion in 1.5.
-Hyrum
Received on 2008-03-26 03:51:40 CET