[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: Tom Huybrechts <tom.huybrechts_at_gmail.com>
Date: 2005-12-12 23:14:32 CET

Some updates:
- I'm really using JavaHL.
- I have exactly the same problem using a remote server and the svn:
protocol (can't test via http)
- There is nothing logged to the Eclipse error log.

On 12/12/05, Tom Huybrechts <tom.huybrechts@gmail.com> wrote:
>
> 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 09:14:32 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.