Okay, I've fixed the end-of-branch-ReadOnlyEntities tag in the
nhibernate repo and my repos. Unfortunately I can't fix everyone
else's repositories automatically.
Since git doesn't fetch tags by default if you already cloned the
repo, you'll have to use something like this to get the new tags:
git fetch --tags
If you want to fix a remote repo, push the tag that you just
downloaded using the command above. For example:
git push -f origin tag end-of-branch-ReadOnlyEntities
Sorry about the bother. Missed an entry in my conversion script. I'm
auditing the rest of the script and doing a repo comparison again, but
I'm pretty sure that was the only problem.
Patrick Earl
On Wed, Aug 17, 2011 at 11:57 AM, Patrick Earl <[email protected]> wrote:
> Looks like the ReadOnlyEntities tag got screwed up... not sure what
> happened there. I'll look into it tonight.
>
> On Mon, Aug 15, 2011 at 12:00 AM, Patrick Earl <[email protected]> wrote:
>> Hi all.
>>
>> Please let me know if you see any problems with this, so I can correct
>> them immediately:
>>
>> https://github.com/nhibernate/nhibernate-core
>>
>