On 7/27/05, Matthias Fechner <idefix@fechner.net> wrote:
> Hi,
>
> i tried today to tag a directory from my repository, but it seems,
> that something fails but at the copy it says everthing is fine.
>
> I did the following command:
> svn copy svn+ssh://user@host/path/rep/trunk/aopbmk
> svn+ssh://user@host/path/rep/tags/release-0.1/ -m "desc"
>
> It says commited revision ...
>
Do an:
$ svn ls svn+ssh://user@host/path/rep/tags/release-0.1
and see if this lists your release. If not, try:
$ svn ls svn+ssh://user@host/path/rep/tags
and see if your tag is there.
I bet you'll see it there. If not, then something happened to "svn copy".
You're not too clear how you're attempting to see the new tag you've
just created. Do you have the sequence of commands? Are you trying to
checkout the tag release-0.1 into your current working directory? That
might be the problem. Try checking out the tag into a new working
directory and see if you have the same problem.
> now i go to my local dir a tried to execute svn update, to get the
> tagged version, but i get the errormessage:
> svn: Working copy '.' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
> details)
>
> I did a svn cleanup, but i get the following errormessage:
> svn: In directory 'tags\release-0.1\src'
> svn: Can't open file 'tags\release-0.1\src\.svn\tmp\text-base\Doxyfile.svn-base'
> : The system cannot find the file specified.
>
> What is wrong here?
>
>
-
David Weintraub
qazwart@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 21:38:08 2005