List responders -
Once again thanks everyone for taking the time to respond and all of
your suggestions.
On 6/19/2024 2:58 AM, Daniel Sahlberg wrote:
Den tis 18 juni 2024 kl 23:19 skrev Paul Leo
:
...
The reason I am posting here instead of TortoiseSVN is I would
like to know whethe
On Wed, Jun 19, 2024 at 3:31 AM Andreas Stieger wrote:
>
>
> On 2024-06-18 23:19, Paul Leo wrote:
> > If I try a relocate in TortoiseSVN, I get an error saying the uuid of
> > the new server is different than the WC of the local repo. I presume
> > this is because of the DNS name change.
>
>
> N
Den tis 18 juni 2024 kl 23:19 skrev Paul Leo <
paul@dataphilesconsulting.com>:
...
> The reason I am posting here instead of TortoiseSVN is I would like to
> know whether it would be safer to have folks just do a new checkout from
> new server once old server is shutdown, (and diff folders if
On 2024-06-18 23:19, Paul Leo wrote:
If I try a relocate in TortoiseSVN, I get an error saying the uuid of
the new server is different than the WC of the local repo. I presume
this is because of the DNS name change.
No, this is because the UUID is different.
I've done some searching and
Thanks Ryan. I guess I can't believe everything on the internet, where
I got the DNS name story
The commands used to create and sync the repo were:
svnsync initialize file:///srv/svn_repos/ibis/main
https://svn.ibisph.org/svn/main
svnsync synchronize file:///srv/svn_repos/ibis/main
https:/
On Jun 18, 2024, at 16:19, Paul Leo wrote:
>
> If I try a relocate in TortoiseSVN, I get an error saying the uuid of the new
> server is different than the WC of the local repo. I presume this is
> because of the DNS name change.
The DNS name has nothing to do with the UUID.
If the new repos
Once again thanks for all your past help
The new repository is up and running. But we haven't cut over yet.
I have asked folks to commit all changes that they would like included
in new repo.
I'm using svnsync multiple times per day, with no issues.
There's a good chance that DNS name may no
Tak Daniel.
Appreciate the detailed response. I have asked for the two hooks that
seemed to be copied from the templates.
If the dump doesn't work, I may have them try and tar up the whole repo
directory.
I do have the auth tables, and will try them once repo is up and
running, otherwise,
List - Thanks for all previous replies
Nico,
I can assure you that the work is legitimate. I support a consortium
of 8 or so state health departments. They all use an application called
IBIS (here's one version https://ibis.doh.nm.gov/).
I am working with Utah Dept of HHS, and Hawaii Data
On Fri, Jun 7, 2024 at 1:31 AM Lorenz via users
wrote:
>
> Paul Leo wrote:
>
> >We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to
> >Ubuntu 24.04, SVN 1.14.3.
> >
> >We don't have any login access to the current server.
> >
> >The current hosting server plans to perform an SVN
Den tors 6 juni 2024 kl 21:40 skrev Paul Leo <
paul@dataphilesconsulting.com>:
> We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to
> Ubuntu 24.04, SVN 1.14.3.
>
> We don't have any login access to the current server.
>
> The current hosting server plans to perform an SVN d
Hello,
On 2024-06-06 21:40, Paul Leo wrote:
[...] migrate an SVN repository from CentOS 7, Subversion 1.94 to
Ubuntu 24.04, SVN 1.14.3.
[...]
The current hosting server plans to perform an SVN dump of the
repository, and make it available through something like Google Drive.
We would obtain t
On Jun 7, 2024, at 00:32, Lorenz via users wrote:
>
> You might want to retain the repository UUID, otherwise you would need
> to re-checkout your working copies
Loading the dumpfile into a new repository will preserve the UUID unless you
tell it not to.
Paul Leo wrote:
>We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to
>Ubuntu 24.04, SVN 1.14.3.
>
>We don't have any login access to the current server.
>
>The current hosting server plans to perform an SVN dump of the
>repository, and make it available through something like
On Tue, Jul 10, 2018 at 11:30 AM, Martin Sauer wrote:
> Hello,
>
> I want to migrate my git project archive to subversion. In the internet I
> can't find only infos about migrate from subversion to git.
>
> Can you tell me how I can migrate my projects to svn?
>
> Thank your for your help.
>
> BR
Martin Sauer wrote:> I want to migrate my git project archive to
subversion. [...]
"Reposurgeon" is probably the tool that will give the most reliably
correct conversion, if you are looking for a one-time conversion.
http://www.catb.org/esr/reposurgeon/
"SubGit" is probably the best option i
In general, this isn't precisely possible, because Git has a different
data-model than Subversion, which is probably why you don't see many tools
automating this.
Tags: In Git, a tag is just a pointer to a revision. In Subversion, a tag
is a separate revision of the repository, represented by a se
Hello,
ramisetti srihari wrote:
> I already gone through the below link you provided and my feeling is , it is
> not much useful.
Sorry, I found it very useful. Maybe try harder and review.
> Can you please share the scripts if you already worked on these type of
> project before.
No script
On Wed, Dec 24, 2014 at 8:21 AM, Somashekarappa, Anup (CWM-NR)
wrote:
>
>
> Hi,
>
> We are migrating SVN from one server ( linux ) to other linux server .
>
> WE do have Master/Slave setup in curent server ( Both Master and Slave will
> be moved different servers).
>
> May I know the best way to m
On Sat, 20 Jul 2013 11:50:06 +, Nico Kadel-Garcia wrote:
> On Sat, Jul 20, 2013 at 2:16 AM, Andreas Krey wrote:
...
> My experience is from specificity, not generality.
Me too. Only I'm just seeing a project where it takes months to
get all the support stuff working for the new VCS again, and
On Sat, Jul 20, 2013 at 2:16 AM, Andreas Krey wrote:
> On Thu, 18 Jul 2013 07:45:52 +, Nico Kadel-Garcia wrote:
> ...
>> * When ready to migrate from the old source control, do a clean dump of the
>> old system, and svn import into the new system into a branch, and make a
>> locked *tag*. Do n
On Thu, 18 Jul 2013 07:45:52 +, Nico Kadel-Garcia wrote:
...
> * When ready to migrate from the old source control, do a clean dump of the
> old system, and svn import into the new system into a branch, and make a
> locked *tag*. Do not *bother* with the old history.
I strongly disagree with t
On Thu, Jul 18, 2013 at 2:47 AM, Badipatla, Venkata <
venkata.badipa...@capgemini.com> wrote:
> Hi Team,
>
> ** **
>
> We are planning to migrate Clearcase vob’s to Subversion in Linux and
> Solaris environment.
>
> ** **
>
> Could you please let me know the good approach to do this activi
: vishwajeet singh [mailto:dextrou...@gmail.com]
Sent: Donnerstag, 18. Juli 2013 08:59
To: Badipatla, Venkata
Cc: users@subversion.apache.org
Subject: Re: Migration from Clearcase to SVN
On Thu, Jul 18, 2013 at 12:17 PM, Badipatla, Venkata
mailto:venkata.badipa...@capgemini.com>> wrote:
Hi Tea
On Thu, Jul 18, 2013 at 12:17 PM, Badipatla, Venkata <
venkata.badipa...@capgemini.com> wrote:
> Hi Team,
>
> ** **
>
> We are planning to migrate Clearcase vob’s to Subversion in Linux and
> Solaris environment.
>
> ** **
>
> Could you please let me know the good approach to do this activ
On Thu, Nov 18, 2010 at 10:29 AM, Michael Haggerty wrote:
> Perhaps there is a way to convert from QVCS to *some* other version
> control system (e.g., CVS?), then from the intermediate system to
> Subversion.
I was checking for that, but I couldn't find anything. As far as I can
tell, there's no
On 11/15/2010 06:19 PM, Flavien wrote:
> I'm looking for a way to convert our QVCS repository to Subversion
> while keeping the history, commit messages and all.
Perhaps there is a way to convert from QVCS to *some* other version
control system (e.g., CVS?), then from the intermediate system to
Su
On Mon, Nov 15, 2010 at 12:19 PM, Flavien wrote:
> Hi,
>
> I'm looking for a way to convert our QVCS repository to Subversion
> while keeping the history, commit messages and all.
>
> The only thread I found on the subject dates back to 2004, and has
> seen no answer :
> http://svn.haxx.se/users/a
009 13:20
> To: us...@subversion.tigris.org
> Subject: Re: Migration to SVN
>
> Hi All,
>
> I am also working on a big project to migrate our source code
> from an old system (CMS running on VMS OS) to Subversion.
>
> So could you please tell me what process you have follow
29 matches
Mail list logo