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

Re: svn commit: r964482 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Thu, 15 Jul 2010 20:24:05 +0100

philip_at_apache.org writes:

> Author: philip
> Date: Thu Jul 15 16:32:54 2010
> New Revision: 964482
>
> URL: http://svn.apache.org/viewvc?rev=964482&view=rev
> Log:
> Allow checkout into a single database; little else works.

$ subversion/svn/svn http://localhost:8080/mirror/subversion/trunk xxx
...
 U xxx
Checked out revision 964542.

$ find xxx -name .svn
xxx/.svn

$ ls -lh xxx/.svn/wc.db
-rw-r--r-- 1 pm pm 1.9M 2010-07-15 20:13 xxx/.svn/wc.db

$ sqlite3 xxx/.svn/wc.db "select count(local_relpath) from base_node"
1969

$ echo foo >> xxx/subversion/tests/cmdline/README
$ subversion/svn/svn st xxx
M xxx/subversion/tests/cmdline/README

-- 
Philip
Received on 2010-07-15 21:24:58 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.