1

I have a development machine that we use to change file and we have SVN as our CM tool. We only have a single login to the computer itself. Is there a way to track the changes in the repository someway even if we have a single computer login?

In other words...

Computer has 3 users: A, B, C

The computer only has one login.

So if user A changes something, and then user B changes something. How can I differentiate the two changes?

4

1 に答える 1

0

TortoiseSVN は、認証のために資格情報を入力するように求めます。これが起こらない場合 -- 認証キャッシュをクリアできます。詳細については、 TortoiseSVN のマニュアルを参照してください。

統合 Windows 認証 (シングル サインオン)で VisualSVN サーバーを使用する場合は、Windows Credential Manager で Active Directory 資格情報を管理する必要があります。手順については、 ServerFault スレッドを確認してください。

于 2012-09-18T15:50:10.453 に答える