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

Re: Something like vendor branches

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Sat, 21 Jun 2008 13:36:11 -0500

On Jun 21, 2008, at 12:52 PM, Sergi Blanch i Torné wrote:

> I'm trying to do something between usual branches but a half way to
> the vendor
> branches, without success.
>
> Mainly, the idea is to have two branches, one the public, another the
> development, and some time I want to synchronize them. But the
> issue is
> because I have to have it in different svn repositories.

It would be a lot easier if you had your branches in a single
repository. Why is this not an option for you?

> Now, want I did is an export and an import to the development one:
> $ svn export svn://public.org/trunk directory
> $ svn import directory/ https://develompent.org/branch -m 'Initial
> import of
> the official 1291 revision.'
>
> $svn checkout https://development.org/branch another_directory
>
> Then I wrote an small python script to change in the '.svn/entries'
> files
> like:

I don't think anybody here is going to help you hack the contents of
the .svn directory. It is supposed to be off-limits.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-21 20:36:36 CEST

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.