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

svn import problem - funny character appearing

From: <MDerickW_at_netscape.net>
Date: 2005-01-18 06:54:16 CET

Hi,

This is the first time I'm setting up Subversion on Linux. The initial repository import failed.

Here's the command that I used.
# svn import project file:///home/svn/repos/project -m "Initial import"
Adding projecĪ+ k
(P«
svn: Can't open directory 'projecĪ+ k
(P': No such file or directory

Directory where the "svn import" command is executed
# pwd
/SVN

# ls -l
total 1
drwxr-xr-x 3 root root 72 2005-01-18 11:12 .
drwxr-xr-x 27 root root 664 2005-01-13 22:16 ..
drwxr-xr-x 5 root root 120 2004-12-28 17:14 project

However, the repository creation looks ok.
# svnlook tree /home/svn/repos
/
 project/
  trunk/
  branches/
  tags/

# ls -al /home/svn/repos
total 9
drwxr-xr-x 7 root root 224 2005-01-18 10:56 .
drwxr-xr-x 3 root root 96 2005-01-18 10:56 ..
drwxr-xr-x 2 root root 80 2005-01-18 10:56 conf
drwxr-xr-x 2 root root 48 2005-01-18 10:56 dav
drwxr-xr-x 2 root root 472 2005-01-18 10:56 db
-r--r--r-- 1 root root 2 2005-01-18 10:56 format
drwxr-xr-x 2 root root 232 2005-01-18 10:56 hooks
drwxr-xr-x 2 root root 104 2005-01-18 10:56 locks
-rw-r--r-- 1 root root 379 2005-01-18 10:56 README.txt

I am using the following subversion
# svn --version
svn, version 1.1.2 (r12471)
   compiled Jan 10 2005, 09:46:21

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

The Subversion is linked against BDB 4.1
# ldd /usr/bin/svn | fgrep libdb
        libdb-4.1.so => /usr/lib/tls/libdb-4.1.so (0x40144000)

Locale used in the repository import session
# env | grep LANG
LANG=en_GB

I'm running subversion on the following platform:
SUSE LINUX Enterprise Server 9 (i586)
VERSION = 9

Appreciate any help or feedback on the above problem.
-DW

__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 18 06:56:48 2005

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.