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

Re: What "file:///" means?

From: Kunio Miyamoto <wakatono_at_todo.gr.jp>
Date: Sat, 23 May 2009 05:52:46 +0900

Hi.

On Fri, 22 May 2009 13:40:18 -0700 (PDT)
tirengarfio <tirengarfio_at_hotmail.com> wrote:

> whats the difference between "svn mkdir -m file:///usr/" and "svn mkdir -m /usr/" ??

perhaps, you have question about difference between "svn mkdir
file:///some/where" and "svn mkdir /some/where" .

 When you specify "file////some/where" as an argument of mkdir, you
operate repository directly ( file////... means protocol scheme to the
repository in your local file system).
 But you specify "/some/where", you operate your own working copy, and
this directory creation is not performed to the repository till
changeset is commited by using commit (or ci) subcommand.

Cheers.

---
Kunio Miyamoto
E-mail: wakatono_at_todo.gr.jp
WebDAV Resources JP: http://webdav.todo.gr.jp/ 
blog: http://d.hatena.ne.jp/wakatono/
Microsoft MVP (Windows - Security , 2005/10 - 2008/1 
  Consumer - Security, 2008/2 - 2008/8, Enterprise Security, 2008/9 - 2009/9)
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2353026
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-22 22:53:59 CEST

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.