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

Re: ack! trying to run svn mkdir opens vim or something

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-09-27 17:29:59 CEST

"Josh Howe" <josh@sinu.com> writes:

> I'm not just new to subversion, I'm also new to linux. I' trying to
> run svn mkdir to create a tags directory. When I run "svn mkdir
> file:///var/repository/proj1/tags" from a shell it opens up some
> crazy vim program with some commit.tmp file open or something. What
> is going on?

Creation of that tags directory causes a commit to happen. You are
being afforded the chance to provide a commit message. If you don't
want to provide one, you can add:

   -m ""

to your command-line (to provide an empty log message).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 27 17:32:47 2004

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.