Hi
I tried to make a tag in:
> Eclipse SDK
> Version: 3.3.1.1
> Build id: M20071023-1652
using:
subclipse v 1.2.4
and I got a bunch of errors, saying that a file, MyComponentP, long
ago deleted, wasn't locked.
I grepped the project for references to MyComponentP, and found
WebPages/.svn/entries: name="MyComponentP.api"
WebPages/.svn/entries: name="MyComponentP.wo"
The entry file:
> <entry
> name="MyComponentP.api"
> kind="file"
> deleted="true"
> revision="88"/>
>
> <entry
> name="MyComponentP.wo"
> kind="dir"
> deleted="true"/>
I used the command line svn to make the tag:
> >>>gbtest: gbrown@~/ws/nucptdb$: svn --version
> svn, version 1.3.1 (r19032)
> compiled Apr 4 2006, 00:30:54
>
> Copyright (C) 2000-2006 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' scheme
> - handles 'https' scheme
> * ra_svn : Module for accessing a repository using the svn network
> protocol.
> - handles 'svn' scheme
> * ra_local : Module for accessing a repository on local disk.
> - handles 'file' scheme
and it worked with no complaints. It seemed to work with eclipse/
subclipse, but the errors indicated that it didn't make the tag. Also
the svn repository view didn't update the tags until I quit eclipse
and restarted it.
Is this a bug?
Thanks!
Greg Brown
gsbrown_at_umich.edu
Received on 2008-04-08 18:17:21 CEST