[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: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-12-12 20:42:30 CET

Exactly opposite - JavaHL (library that uses native dlls or shared
libraries) does support "file" protocol and current version of JavaSVN (pure
Java library) does not.

Alexander Kitaev,
TMate Software,
http://tmatesoft.com/
http://tmate.org/

 

  _____

From: kevin.slater@pfpc.com [mailto:kevin.slater@pfpc.com]
Sent: Monday, December 12, 2005 20:32
To: users@subclipse.tigris.org
Subject: Re: problem: files not added after sharing project

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 <file:///c:/svn/Test1> ' non-existent in
that revision

mkdir -m "Initial import." file:///c:/svn/Test1 <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.

The contents of this email are the property of the sender. If it was not
addressed to you, you have no legal right to read it. If you think you
received it in error, please notify the sender. Do not forward or copy
without permission of the sender.
Received on Tue Dec 13 06:42:30 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.