<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/ankhsvn</link><counters><counter name="forever" lastEventTime="1269047166" firstEventTime="1073787200">9101</counter><counter name="lastMonth" lastEventTime="1267397768" firstEventTime="1264986250">103</counter><counter name="thisMonth" lastEventTime="1269047166" firstEventTime="1267405447">135</counter><counter name="lastWeek" lastEventTime="1268594529" firstEventTime="1268007011">80</counter><counter name="yesterday" lastEventTime="1269013088" firstEventTime="1268960653">3</counter><counter name="thisWeek" lastEventTime="1269047166" firstEventTime="1268615169">23</counter><counter name="today" lastEventTime="1269047166" firstEventTime="1269047166">1</counter></counters><metadata><item name="subtitle"><value type="text/plain">None</value></item><item name="description"><value type="text/plain">AnkhSVN is a Subversion plugin for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. With AnkhSVN you no longer need to leave your IDE to perform tasks like viewing the status of your source code, updating your Subversion working copy and committing changes. You can even browse your repository and you can plug-in your favorite diff tool.</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">AnkhSVN</value></item><item name="url"><value type="text/plain">http://ankhsvn.open.collab.net</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>www</module></source><body><commit><revision>7990</revision><author>ankh-buildbot</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7990
* Released daily build 2.1.7989</log><files><file>daily/index.html</file></files></commit></body><timestamp>1269047056</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7989</revision><author>baybora</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7989
warn user if the branch path already exists.
&quot;Retry&quot; brings back the dialog to allow users modify the path, otherwise op gets cancelled.


Issue #607: Branch to existing location causes exception</log><files><file>Ankh/Commands/BranchSolutionCommand.cs</file></files></commit></body><timestamp>1269013025</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7988</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7988
Don't retrieve RawDocument multiple times and avoid using a null reference
if for some strange reason RawDocument is null.

* src/Ankh.Scc/ProjectMap/SccDocumentData.cs
  Optimize RawDocument usage</log><files><file>Ankh.Scc/ProjectMap/SccDocumentData.cs</file></files></commit></body><timestamp>1269009598</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>www</module></source><body><commit><revision>7987</revision><author>ankh-buildbot</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7987
* Released daily build 2.1.7986</log><files><file>daily/index.html</file></files></commit></body><timestamp>1268960630</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7986</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7986
Filter all the normal command keys that are handled via VS commands to
fix issue #621 and similar cases.

* src/Ankh.UI/PendingChanges/VSTextEditor.cs
  Cleanup the filter we added for VS2010 to handle the common editor keys
  in both worlds</log><files><file>Ankh.UI/PendingChanges/VSTextEditor.cs</file></files></commit></body><timestamp>1268950844</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7985</revision><author>baybora</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7985
exclude deleted items from path selector (show changes),
 skip deleted items if working copy is required (compare)


Issue #584: Show Changes tries to open diff viewer on deleted files</log><files><file>Ankh/Commands/ItemShowChanges.cs</file></files></commit></body><timestamp>1268939310</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>www</module></source><body><commit><revision>7984</revision><author>ankh-buildbot</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7984
* Released daily build 2.1.7983</log><files><file>daily/index.html</file></files></commit></body><timestamp>1268874234</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7983</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7983
Stop forcing a project file to edited when its inner hierarchy changes;
rely on the checking of the dirty status instead.

* src/Ankh.Scc/ProjectMap/SccProjectData.Hierarchy.cs
  Remove a force edited status here.</log><files><file>Ankh.Scc/ProjectMap/SccProjectData.Hierarchy.cs</file></files></commit></body><timestamp>1268866576</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7982</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7982
When using the select all checkbox, don't switch the ignore-on-commit
pending changes.

* src/Ankh.UI/PendingChanges/Commits/PendingCommitsView.cs
  Implement IsPartOfSelectAll</log><files><file>Ankh.UI/PendingChanges/Commits/PendingCommitsView.cs</file></files></commit></body><timestamp>1268865825</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7981</revision><author>baybora</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7981
use LogViewerDialog to select revision in externals prop editor.

Issue #613: Use repository browser for selecting externals</log><files><file>Ankh.UI/PropertyEditors/ExternalsPropertyEditor.Designer.cs</file><file>Ankh.UI/PropertyEditors/ExternalsPropertyEditor.cs</file></files></commit></body><timestamp>1268858301</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7980</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7980
* src/Ankh.Scc/ProjectMap/SccProjectData.cs
  Make IsSccBindable false when there is no project directory</log><files><file>Ankh.Scc/ProjectMap/SccProjectData.cs</file></files></commit></body><timestamp>1268826585</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7979</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7979
Update winmerge diff and merge templates to make files which shouldn't be
edited read only. Also make sure winmerge doesn't add our files to its
recently used files list.

* src/Ankh/Services/AnkhDiff.Tools.cs
  Update templates with info from
  http://winmerge.org/docs/manual/Command_line.html

Suggested by: Suma &lt;ondrej{_AT_}bistudio.com&gt;</log><files><file>Ankh/Services/AnkhDiff.Tools.cs</file></files></commit></body><timestamp>1268823902</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>www</module></source><body><commit><revision>7978</revision><author>ankh-buildbot</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7978
* Released daily build 2.1.7977</log><files><file>daily/index.html</file></files></commit></body><timestamp>1268787820</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7977</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7977
* src/Ankh/Commands/CheckForUpdates.cs
  Following up on r7976, fix the other interval check</log><files><file>Ankh/Commands/CheckForUpdates.cs</file></files></commit></body><timestamp>1268775091</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7976</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7976
* src/Ankh/Commands/CheckForUpdates.cs
  Reduce the update checker interval to 6 days to make sure
  users who restart VS once/day see updates within one week.</log><files><file>Ankh/Commands/CheckForUpdates.cs</file></files></commit></body><timestamp>1268774875</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>www</module></source><body><commit><revision>7975</revision><author>ankh-buildbot</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7975
* Released daily build 2.1.7974</log><files><file>daily/index.html</file></files></commit></body><timestamp>1268773830</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>www</module></source><body><commit><revision>7974</revision><author>ankh-buildbot</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7974
* Released daily build 2.1.7971</log><files><file>daily/index.html</file></files></commit></body><timestamp>1268773583</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7973</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7973
Enable the SelectAll checkbox in the pending commits view
(for XP and later).

* src/Ankh.UI/PendingChanges/PendingCommitsPage.Designer.cs
  Set ShowSelectAllCheckBox to true.</log><files><file>Ankh.UI/PendingChanges/PendingCommitsPage.Designer.cs</file></files></commit></body><timestamp>1268773489</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7972</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7972
* src/Ankh.UI/SccManagement/ProjectCommitDialog.Designer.cs
  Enable the SelectAll checkbox</log><files><file>Ankh.UI/SccManagement/ProjectCommitDialog.Designer.cs</file></files></commit></body><timestamp>1268773424</timestamp></message><message><generator><name>Subversion client for CIA, python version</name><version>1.0</version></generator><source><project>ankhsvn</project><module>src</module></source><body><commit><revision>7971</revision><author>rhuijben</author><log>http://ankhsvn.open.collab.net/source/browse/ankhsvn?view=rev&amp;revision=7971
Add Ignored as PendingChange status to make them identifyable in
pendingchange based dialogs.

* src/Ankh.Services/Scc/PendingChange.cs
  Identify ignored as separate status.

* src/Ankh.Services/Scc/PendingChangeKind.cs
* src/Ankh.Services/Scc/PendingChangeStatus.cs
  Handle text for ignored
* src/Ankh.Services/Scc/PendingChangeText.Designer.cs
* src/Ankh.Services/Scc/PendingChangeText.resx</log><files><file>Ankh.Services/Scc/PendingChangeText.resx</file><file>Ankh.Services/Scc/PendingChange.cs</file><file>Ankh.Services/Scc/PendingChangeStatus.cs</file><file>Ankh.Services/Scc/PendingChangeText.Designer.cs</file><file>Ankh.Services/Scc/PendingChangeKind.cs</file></files></commit></body><timestamp>1268773299</timestamp></message></recentMessages></statsTarget>