RE: Proper way to delete file from repository
From: Tim Severance <Tim.Severance_at_maximintegrated.com>
Date: Tue, 24 Sep 2013 11:26:46 -0700
Bob,
1. File structure:
Branches\user1\foo1.cs
Branches\user2\foo1.cs
Branches\user3\foo1.cs
2. User 1 sends out an email, "Hey, we don't need foo1.cs any more, so let's delete it".
3. Users delete foo1.cs from their branches:
Branches\user1\foo2.cs <user1 deleted foo1.cs from their branch>
Branches\user2\foo2.cs <user2 deleted foo1.cs from their branch>
Branches\user3\foo2.cs <user3 deleted foo1.cs from their branch>
4. User 1 merges their changes into the trunk.
5. User 2 merges their changes into the trunk.
6. User 3 merges their changes into the trunk.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.