Ticket #39155

SVN Repository reset / clean / erase / etc.

Eröffnet am: 2019-04-24 13:40 Letztes Update: 2019-06-10 18:40

Auswertung:
Verantwortlicher:
(Keine)
Status:
Geschlossen
Meilenstein:
(Keine)
Priorität:
6
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
Keine
Vote
Score: 1
100.0% (1/1)
0.0% (0/1)

Details

Hi!

I have an SVN repository with 3 revisions but recently I discovered that I can migrate all my files from my old project on Source Forge (300+ revisions). The synchronization is not working because my SVN repository on OSDN have these 3 revisions. So, I want my SVN repository empty. Can you empty it? http://svn.osdn.net/svnroot/ucdxce/

As soon the repository is clear I will proceed with the sinchronization, filling it with the files from Source Forge


こんにちは!

私は3つのリビジョンを持つSVNリポジトリを持っていますが、最近私はSource Forge(300以上のリビジョン)で私の古いプロジェクトから私のすべてのファイルを移行できることを発見しました。 OSDN上の私のSVNリポジトリにはこれらの3つのリビジョンがあるので、同期はうまくいきません。 だから、私は私のSVNリポジトリを空にしたいです。 空にできますか? http://svn.osdn.net/svnroot/ucdxce/

リポジトリが明確になったら、同期を進め、Source Forgeのファイルで埋めます。

Ticket-Verlauf (3/16 Historien)

2019-04-24 13:40 Aktualisiert von: derekwildstar
  • New Ticket "Repository reset / clean" created
2019-04-24 13:42 Aktualisiert von: derekwildstar
  • Summary Updated
2019-04-24 16:50 Aktualisiert von: sugi
Kommentar

Hello,

I reset your svn repositoy of 'ucdxce' project. Subversion settings are also reset to default.

In addition, I need to apologize to you about my mistake!

I also made reset subversion settings of *akdf project* by my fault. Subversion data of akdf is kept (not affected). Just subversion settings are reset.

Please confirm and re-config your subversion repository. I'm sorry for trouble.

2019-04-24 22:24 Aktualisiert von: derekwildstar
Kommentar

Responder a sugi

Hello, I reset your svn repositoy of 'ucdxce' project. Subversion settings are also reset to default. In addition, I need to apologize to you about my mistake! I also made reset subversion settings of *akdf project* by my fault. Subversion data of akdf is kept (not affected). Just subversion settings are reset. Please confirm and re-config your subversion repository. I'm sorry for trouble.

Hi sugi san!

At this time I'm doing the repository synchronization from Source Forge to OSDN for the ucdxce repository. Thank you very much!

The settings reset of akdf project seems to not had harm anything on it. Don't worry! =) The revisions history and the files are intact, so, I'm curious now: what was reseted for akdf? What is different from before?


こんにちはスギさん!

現時点では、私はucdxceリポジトリのためにSource ForgeからOSDNへのリポジトリ同期を行っています。 どうもありがとうございました!

akdfプロジェクトの設定をリセットしても問題ないようです。 心配しないで! =)改訂履歴とファイルは無傷です、それで、私は今興味があります:akdfのために何がリセットされましたか? 以前と何が違うの?

2019-04-24 23:27 Aktualisiert von: sugi
Kommentar

Hello derekwildstar san,

what was reseted for akdf? What is different from before?

Subversion repository settings of the proejct are lost; just 4 items shown in settings page: https://osdn.net/projects/akdf/svn/admin/

Please set again if you'd like to send commit mail or use svnsync continuosly.

2019-04-24 23:57 Aktualisiert von: derekwildstar
Kommentar

Responder a sugi

Hello derekwildstar san,

what was reseted for akdf? What is different from before?

Subversion repository settings of the proejct are lost; just 4 items shown in settings page: https://osdn.net/projects/akdf/svn/admin/ Please set again if you'd like to send commit mail or use svnsync continuosly.

Ahh I see!

These configs are ok to be resetted, don't worry

Thanks for the answer sig san

I would like to end this message saying that I'm having some problems on sinchronization. Of course I'm not an svn administrator. May I open another ticket or can I use this ticket to try to solve?

This is the error

PS C:\WINDOWS\system32> svnsync sync https://svn.osdn.net/svnroot/ucdxce/ https://svn.code.sf.net/p/user-control-dx-edition/svn/ Transmitting file data ........................................................................svnsync: E175002: REPORT request on '/p/user-control-dx-edition/svn/!svn/rev/257' failed PS C:\WINDOWS\system32>


ええ、わかりました!

これらの設定はリセットされても大丈夫です、心配しないでください

答えスギさんありがとう

このメッセージを終結させたいのですが、私は同期化に関していくつかの問題を抱えています。 もちろん私はSVN管理者ではありません。 別のチケットを開くことができますか、それともこのチケットを使用して解決することができますか?

これはエラーです

PS C:\WINDOWS\system32> svnsync sync https://svn.osdn.net/svnroot/ucdxce/ https://svn.code.sf.net/p/user-control-dx-edition/svn/ Transmitting file data ........................................................................svnsync: E175002: REPORT request on '/p/user-control-dx-edition/svn/!svn/rev/257' failed PS C:\WINDOWS\system32>

2019-04-25 00:49 Aktualisiert von: sugi
Kommentar

Thanks! No problem to continue on this ticket about the issue.

The error message seems that repository server of sf.net returns something wrong.

You can resume sync by just running svnsync again with same arguments. svnsync will continue sync process from last synced revision.

If you get too many errors with svnsync, you can dump repository with "svnadmin dump" comment on sf.net shell server(?). We can import the dump file by hand to your repository on OSDN.

2019-04-25 01:36 Aktualisiert von: derekwildstar
Kommentar

Responder a sugi

Thanks! No problem to continue on this ticket about the issue. The error message seems that repository server of sf.net returns something wrong. You can resume sync by just running svnsync again with same arguments. svnsync will continue sync process from last synced revision. If you get too many errors with svnsync, you can dump repository with "svnadmin dump" comment on sf.net shell server(?). We can import the dump file by hand to your repository on OSDN.

Thank you, I'll try this :)

2019-04-25 02:55 Aktualisiert von: derekwildstar
Kommentar

Responder a derekwildstar

Responder a sugi

Thanks! No problem to continue on this ticket about the issue. The error message seems that repository server of sf.net returns something wrong. You can resume sync by just running svnsync again with same arguments. svnsync will continue sync process from last synced revision. If you get too many errors with svnsync, you can dump repository with "svnadmin dump" comment on sf.net shell server(?). We can import the dump file by hand to your repository on OSDN.

Thank you, I'll try this :)

Well, I had no lucky doing the synchronization. I've tried at least 20 times the same command to try to resume the synchronization process and the only thing that has changed was the error message:

svnsync: E175002: REPORT of 'https://svn.code.sf.net/p/user-control-dx-edition/svn': Could not read response body: Secure connection truncated (https://svn.code.sf.net)

Now I will need your help to import a dump file. I was able to create one, how can I send it to you? It have less than 40MB

PS.: This kind of error on SourceForge is the reason why I migrate to OSDN, a much more stable and fast service. On SF I had much problems to commit my work, connection slowliness and respository corruption :/


まあ、私は同期をしてラッキーでした。 私は同期プロセスを再開しようとするために少なくとも20回同じコマンドを試してみました、そして変更された唯一のものはエラーメッセージでした:

svnsync: E175002: REPORT of 'https://svn.code.sf.net/p/user-control-dx-edition/svn': Could not read response body: Secure connection truncated (https://svn.code.sf.net)

ダンプファイルをインポートするためにあなたの助けが必要になります。 作成できました。どうやってあなたに送ることができますか? 40MB未満

PS。:SourceForgeのこの種のエラーが、私がOSDNに移行した理由です。はるかに安定した高速なサービスです。 SFでは、私の仕事、接続の遅れ、そしてリポジトリの破損をコミットするのに多くの問題がありました。

2019-04-25 11:18 Aktualisiert von: derekwildstar
Kommentar

My mistake: the dump file have less than 80MB. How can I send it?


私の間違い:ダンプファイルは80MB以下です。 どうやって送れますか?

2019-04-25 12:13 Aktualisiert von: sugi
Kommentar

Currently we have no specificl method to accept subversion dump file. You can put the dump file any location where I can get from. For example...

  • Move dump file to sf.net project hosting area and tell the HTTP URL to us.
  • Upload dump file to sf.net release area or any other file hosting service.
  • scp the dump file from sf.net to OSDN shell server (shell.osdn.jp) and tell destination path (your home dir or project web area). I think this way is bit complex about ssh secret key handling if you are not familiar with UNIX system.

Please choose your convenient way.

2019-04-25 22:12 Aktualisiert von: derekwildstar
Kommentar

Responder a sugi

Currently we have no specificl method to accept subversion dump file. You can put the dump file any location where I can get from. For example... * Move dump file to sf.net project hosting area and tell the HTTP URL to us. * Upload dump file to sf.net release area or any other file hosting service. * scp the dump file from sf.net to OSDN shell server (shell.osdn.jp) and tell destination path (your home dir or project web area). I think this way is bit complex about ssh secret key handling if you are not familiar with UNIX system. Please choose your convenient way.

Hello Sugi San.

The dump (UCDXCE.DUMP) is available at two places:

- Mega https://mega.nz/#!XZJXUAqC!jkEiCTC-zWlnXf1EK4a8-nFyvyjbQ1wS9OOlcmjt9uM

- Google Drive* https://drive.google.com/open?id=1XVWUiJkFRUjmqLLTqR7KITDG2k37NTOn

* The GD copy recognizes the .dump extension as audio, so, ignore this fact and, after to click the link to accesse the file, click the icon to download it

Please let me know if you have any problem to download.

PS.: There are files already at ucdxce repository (https://svn.osdn.net/svnroot/ucdxce/). These files can be deleted, as like all information related (history). The goal is to have an repository with 360 revisions and all its commit messages imported =)


こんにちはスギさん。

ダンプ(UCDXCE.DUMP)は2か所で入手できます。

- Mega

https://mega.nz/#!XZJXUAqC!jkEiCTC-zWlnXf1EK4a8-nFyvyjbQ1wS9OOlcmjt9uM

- Google Drive* https://drive.google.com/open?id=1XVWUiJkFRUjmqLLTqR7KITDG2k37NTOn

* GDコピーは.dump拡張子を音声として認識します。そのため、この事実を無視し、リンクをクリックしてファイルにアクセスした後、アイコンをクリックしてダウンロードします。

ダウンロードして問題がある場合はお知らせください。

PS .:すでにucdxceリポジトリにファイルがあります(https://svn.osdn.net/svnroot/ucdxce/)。 これらのファイルは、関連するすべての情報(履歴)と同様に削除できます。 目標は、360のリビジョンとそのすべてのコミットメッセージがインポートされたリポジトリを持つことです=)

2019-04-26 02:51 Aktualisiert von: sugi
Kommentar

Hello derekwildstar san,

I imported your sf.net repository to ucdxce project on OSDN. Would you please confirm your repository?

(Edited, 2019-04-26 02:52 Aktualisiert von: sugi)
2019-04-26 08:33 Aktualisiert von: derekwildstar
Kommentar

Responder a sugi

Hello derekwildstar san, I imported your sf.net repository to ucdxce project on OSDN. Would you please confirm your repository? * https://svn.osdn.net/svnroot/ucdxce/ * (browser: https://osdn.net/projects/ucdxce/scm/svn/ )

Hi sugi san!

Everything is perfect. Now I can continue my project without the delays and corruptions on the other service =)

Thank you very much! Have a great weekend =)

(I'm closing this issue)


こんにちはスギさん!

すべてが完璧です。 今、私は他のサービスの遅れや破損なしで私のプロジェクトを続けることができます=)

どうもありがとうございました! 良い週末を =)

(私はこの号を締めくくっています)

2019-04-26 08:34 Aktualisiert von: derekwildstar
  • Lösung Update from Keine to Gefixt
2019-06-10 18:40 Aktualisiert von: ishikawa
  • Status Update from Offen to Geschlossen

Dateianhangliste

Keine Anhänge

Bearbeiten

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Anmelden