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

Re: problem: files not added after sharing project

From: <kevin.slater_at_pfpc.com>
Date: 2005-12-12 20:31:48 CET

I don't believe that the JavaHL interface to Subversion supports file urls. You'll have to switch over to JavaSVN I think.

...Kevin

Kevin Slater
PFPC ESS
412 762-1642

Monday, December 12, 2005 2:20 PM
To: users@subclipse.tigris.org
cc:
From: Tom Huybrechts <tom.huybrechts@gmail.com>
Subject: problem: files not added after sharing project

I'm having troubles adding a project to my subversion server.

I've created a subversion repository on file:///c:/svn and I a simple project Test1 with an empty file File.
I do Team > Share project, choose SVN, my repository and the project name as folder name.

Console output:
   Filesystem has no item
svn: URL ' file:///c:/svn/Test1' non-existent in that revision

mkdir -m "Initial import." file:///c:/svn/Test1
checkout -N -r HEAD file:///c:/svn/Test1
   Checked out revision 17.

In the commit dialog, I add the .project and File and press OK.

Console output:
add -N C:\dev\workspaces\subversion\Test1\.project

   A C:/dev/workspaces/subversion/Test1/.project
add -N C:\dev\workspaces\subversion\Test1\File
   A C:/dev/workspaces/subversion/Test1/File
commit -m "null" C:/dev/workspaces/subversion/Test1/File C:/dev/workspaces/subversion/Test1/.project

In the repository, the project directory has been created, but the files are not present. It seems like the files have been added but not committed.

C:\dev\workspaces\subversion\Test1>svn status
A File
A .project

After a command line commit, everything is ok.

C:\dev\workspaces\subversion\Test1>svn commit -m "null" C:/dev/workspaces/subversion/Test1/File C:/dev/workspaces/subversion/Test1/.project
Adding .project
Adding File
Transmitting file data ..
Committed revision 18.

Working with Subclipse 0.9.101 on Eclipse 3.1.1, using JavaHL.
Received on Tue Dec 13 06:31:48 2005

This is an archived mail posted to the Subclipse Users mailing list.

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