On Wed, Feb 17, 2010 at 06:24:35AM -0800, Eli S wrote:
> Once we upgrade, can I recover
> using the same ideas? Do I have to mark the trunk in any way?
>
I don't think you need to do anything apart from upgrading the server.
Subversion should be able to figure this out automatically.
It just need
Stefan Sperling wrote:
On Tue, Feb 16, 2010 at 10:42:59PM -0800, Eli S wrote:
Apologies to for letting this languish. I was waiting on an upgrade
and the system administrators upgraded to 1.6.6 on Ubuntu. The
repository and branch were created on 1.5.1 using cvs2svn. The
branch was created us
On Tue, Feb 16, 2010 at 10:42:59PM -0800, Eli S wrote:
> Apologies to for letting this languish. I was waiting on an upgrade
> and the system administrators upgraded to 1.6.6 on Ubuntu. The
> repository and branch were created on 1.5.1 using cvs2svn. The
> branch was created using svn copy between
Apologies to for letting this languish. I was waiting on an upgrade and
the system administrators upgraded to 1.6.6 on Ubuntu. The repository
and branch were created on 1.5.1 using cvs2svn. The branch was created
using svn copy between URLs.
My problem is that when I upgrade trunk to branch I
: merging trunk to branch merges the whole trunk history
Hi,
I have an svn repository created by converting an old cvs repository
using SVN 1.5.1.
If I do the following:
1. Create a branch around trunk revision 1598 2. Work a bit further on
the trunk and commit (I don't think this is necessary
On Tue, Feb 02, 2010 at 07:30:27PM -0800, esatel wrote:
> Hi,
> I have an svn repository created by converting an old cvs repository
> using SVN 1.5.1.
>
> If I do the following:
> 1. Create a branch around trunk revision 1598
> 2. Work a bit further on the trunk and commit (I don't think this is
On Wednesday 03 February 2010, esatel wrote:
> If I do the following:
> 1. Create a branch around trunk revision 1598
What is a "branch around trunk"? Or, do you mean a branch around the time that
trunk had revision 1598? If so, you have a conceptual error here, as it is
not trunk that has that
Hi,
I have an svn repository created by converting an old cvs repository
using SVN 1.5.1.
If I do the following:
1. Create a branch around trunk revision 1598
2. Work a bit further on the trunk and commit (I don't think this is
necessary, but the repository is too busy to exclude)
3. Someone