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

import_dir 'current' is a directory.

From: Anthony Ettinger <anthony_at_chovy.com>
Date: Tue, 19 Feb 2008 00:19:26 -0800

I tried several things:

$ svn-load-dirs -t 2.3.3 file:///x/svn/todo vendor/wordpress/current
/tmp/wordpress/2.3.3/
/usr/bin/svn-load-dirs: import_dir 'current' is a directory.

All the examples I find say to make "current" version 1.0 then import
1.2 (I've got "current" as 2.3.2 of wordpress, and it won't let me
continue).

In the spirit of trial and error, I tried '2.3.3' instead of 'current'
as the target directory, and then got a different error:

Running /usr/bin/svn update
Cleaning up /tmp/svn_load_dirs_EoKRBuQ8jM (in cleanup) Can't return to
               /tmp/svn_load_dirs_EoKRBuQ8jM/my_import_wc from
/tmp/svn_load_dirs_EoKRBuQ8jM (No
               such file or directory) at /usr/bin/svn-load-dirs line 1990

-- 
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name
@pets = Pets.find_all_by_species('dog')
@pets.each do |dog| {
    if dog.name == 'Farley'
        dog.nick = 'Sir Barks-A-lot'
    elsif dog.name == 'Bonita'
        dog.nick = 'Princess Boo'
    else
        dog.nick = 'Doggie?'
    end
}
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-19 09:19:46 CET

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.