[MonoDevelop] Git add-in
Anirudh
anirudh at anirudhsanjeev.org
Tue Jul 27 12:08:54 EDT 2010
Hi,
I rebuilt md from the "master" branch with ./configure --enable-git
and opened solutions which were using git for version control.
Unfortunately I didn't see any version control functionality. The
Addin Manager reported that the Git addin has been enabled.
I saw this message on the output:
ERROR [2010-07-27 21:33:57Z]: Error while adding version control system.
System.NotImplementedException: The requested feature is not implemented.
at MonoDevelop.VersionControl.Git.GitVersionControl.OnCreateRepositoryInstance
() [0x00000] in
/home/anirudhs/gsoc/monodevelop/main/src/addins/VersionControl/MonoDevelop.VersionControl.Git/MonoDevelop.VersionControl.Git/GitVersionControl.cs:47
at MonoDevelop.VersionControl.VersionControlSystem.CreateRepositoryInstance
() [0x00000] in
/home/anirudhs/gsoc/monodevelop/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlSystem.cs:12
at MonoDevelop.VersionControl.VersionControlService.OnExtensionChanged
(System.Object s, Mono.Addins.ExtensionNodeEventArgs args) [0x00022]
in /home/anirudhs/gsoc/monodevelop/main/src/addins/VersionControl/MonoDevelop.VersionControl/MonoDevelop.VersionControl/VersionControlService.cs:95
How do I use the git functionality?
More information about the Monodevelop-list
mailing list