問題タブ [svncommit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
svn - コミット時に SVN がリポジトリ ディレクトリをスキップし続ける
それで、svnリポジトリを作成するためのすべての手順を実行しました。
1)呼び出してレポを作成しました
2)レポに必要なファイルを保持するフォルダーを追加しました
3)そのフォルダーでsvn updateを呼び出すポストコミットフックも作成しました
4) そして、私のリモート システムでは、問題なくすべてをチェックアウトすることができました。問題は、コミットしてログを確認すると、次の行が表示されることです
基本的に、フォルダーをスキップし続け、コミットした変更を適用しません。フォルダーを確認したところ、そこに .svn フォルダーがないことがわかりました。このフォルダーには通常、問題があると思われるリポジトリがあります...またはそうではありません。
何が問題なのか知っている人はいますか?コミット時にそのフォルダーがファイルを更新するようにしたい
android - Android Studio - SVN の初期コミットが大きなプロジェクトで機能しない
私はSVNにコミットする問題があります。
情報:
プロジェクトを eclipse から android studio に移行しました。すべてが機能しました。
VisualSVN サーバー (Windows) に新しいリポジトリを作成しました。VCS -> Browse VCS Repository -> Browse Subversion Repository
(eclipse Project 用に作成した Repo のように、動作します) を
使用して Repo を参照できます。
プロジェクトのVCSオプションも有効にしました
問題:
プロジェクトを SVN サーバーにアップロードしたい
プロジェクト (ContexMenue 用) -> Subversion -> コミット ディレクトリを右クリックする
と、しばらくすると、次のエラーが表示されます。
svn - Tortoise SVN doesn't commit
I'm a Android developer, I use Android Studio or Eclipse for development and I use Tortoise for versioning. The problem came up the last few weeks and is that when I create a new class or activity and then when I'm trying to commit it, it doesn't. The specific files never shown on the window in order to select them and commit them. I tried both window and cmd and nothing works. Actually I didn't know until a colleague complained about not committing completely the projects. I do the same thing like the past 3 years that I use Tortoise and was working fine. When finish my job and on the root folder I select 'Commit'. I'm doing something wrong? Is there an other way to do so? Do I have to change any preferences? My current version number is around 3500 and I saw that the local sqlite .db is around 300MB. Also I noticed that if the file in close to the root path Tortoise discovers and finds the specific file (Example: TortoiseSVN\MyProject\thefile.txt). If it is deep it doesn't (Example: TortoiseSVN\MyProject\MySubProject\android\srv\test\myfile.java).
svn - svnログメッセージでテキストをフォーマットする方法(たとえば、テキストを太字にする)は?
svn commit
ログメッセージのテキストをフォーマットするにはどうすればよいですか? を使用*text*
してもテキストは太字にならず、*
使用するとメッセージに表示されますsvn log
。
svn - SVN の更新と古いファイルの変更
svn update はどのように機能しますか? svn コピーのすべての変更がローカル コピーに反映されることはわかっています。
古いファイルがあり、コピーがエラーでコミットされませんでした:
ファイル「somename」は古くなっています
SO で最も一般的な解決策は、svn update
コマンドを実行してからsvn commit
.
しかし、古いものを含め、ローカル コピーのファイルに加えた変更が失われることはありませんか?
svn - Svnで元に戻すにはどうすればよいですか?
Svnで元に戻すにはどうすればよいですか?
java - SVN にコミットする前に、コードのコメント/Java ドキュメントの存在を検証するコミット前の検証はありますか?
と関係がありAndroid Studio
ますか?GUI
何人かが他のものを使っているとしSVN
たら?