[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: how to check-in to a deleted repository?

From: Christopher Ness <chris_at_nesser.org>
Date: 2005-09-27 22:14:47 CEST

On Mon, 2005-09-26 at 18:40 -0700, THOMAS DAVID VAUGHAN wrote:
> On Mon, 2005-09-26 at 18:31 -0700, THOMAS DAVID VAUGHAN wrote:
> > On Mon, 2005-09-26 at 19:54 -0400, Christopher Ness wrote:
> > > On Mon, 2005-09-26 at 16:39 -0700, THOMAS DAVID VAUGHAN wrote:
> > > svn merge -r264:263 https://server/repos/foo/tag/1
>
> i can't do that. because foo/tag/1 doesn't exist in revision number 264.
> that's what svn tells me.

Try the directory above that in the hierarchy.
        https://server/repos/foo/tag

Here is a log of my test to make sure this works.

[nesscg@heidrun delWC]$ svn up
At revision 2.
[nesscg@heidrun delWC]$ svn status
D tags/1
D tags/1/file1.c
D tags/1/file2.c
D tags/1/file3.c
[nesscg@heidrun delWC]$ svn commit
Deleting tags/1

Committed revision 3.
[nesscg@heidrun delWC]$ ls
branches tags trunk
[nesscg@heidrun delWC]$ cd tags/
[nesscg@heidrun tags]$ ls
[nesscg@heidrun tags]$ svn merge -r 3:2 ./1 ./1
subversion/libsvn_client/diff.c:2607: (apr_err=150004)
svn: '1' has no URL
[nesscg@heidrun tags]$ ls
[nesscg@heidrun tags]$ svn merge -r 3:2 .
A 1
A 1/file1.c
A 1/file2.c
A 1/file3.c
[nesscg@heidrun tags]$

NOTE:
These files are only in my working copy and not on the server - yet.

Chris

-- 
http://www.nesser.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 27 22:16:28 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.