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
Monday, December 12, 2005 2:20 PM
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.
Console output:
mkdir -m "Initial import." file:///c:/svn/Test1
In the commit dialog, I add the .project and File and press OK.
Console output:
A 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
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
Working with Subclipse 0.9.101 on Eclipse 3.1.1, using JavaHL.
|
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.