cvs cvs.lock_将生活带入CVS和DocumentLocator及其权威来源

2023-10-21 17:10

本文主要是介绍cvs cvs.lock_将生活带入CVS和DocumentLocator及其权威来源,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

cvs cvs.lock

cvs cvs.lock

I need an Authoritative Source

我需要权威来源

You know I picked up a TabletPC recently.  I will probably attend the North Africa Developer Conference in Morocco this year and I wanted to bring my TabletPC rather than my Corporate Laptop.  It's a lot lighter (6 lbs vs. 11 lbs) and the batteries last forever (at least 6 hours versus barely 2).  It is a 1.5 GHz box, while my Corporate Evo N800w is a 2 Ghz.  We'll see if that really makes a difference.

您知道我最近拿起了一台TabletPC。 我可能会参加今年在摩洛哥举行的北非开发者大会,我想带上我的TabletPC而不是企业笔记本电脑。 它轻巧得多(6磅vs. 11磅),并且电池可以永久使用(至少6小时而不是2个小时)。 这是一个1.5 GHz的盒子,而我的Corporate Evo N800w是2 GHz。 我们将看看这是否真的有所作为。

Anyway, I sat down and prepared to move all my presentations and demos and C:/Utils over to the laptop.  It's about 2 gigs of Powerpoints, demos, code, and goodness.  If you've seen one of my presentations when I'm particularly hopped up on Diet Coke, you know I use most of it! :)  So, I made a C:\demos folder and started a copy. 

无论如何,我坐下来准备将所有演示文稿和演示以及C:/ Utils移到笔记本电脑上。 这大约是2份Powerpoint,演示,代码和优点。 如果您在我特别喜欢Diet可口可乐时看过我的演示文稿之一,则您知道我会使用其中的大部分内容! :)因此,我制作了一个C:\ demos文件夹并开始复制。

Then, I stopped.  What the heck am I doing?  If I copy this stuff straight, I'll have demos/presentations/code on three machines (my desktop as well).  Every once in a while I make an important change to a PowerPoint, or find a major bug in some demo. 

然后,我停了下来。 我到底在做什么? 如果我直接复制这些内容,我将在三台机器(以及我的台式机)上获得演示/演示/代码。 我不时地对PowerPoint进行重要更改,或者在一些演示中发现重大错误。

So, I said, it's time to move some of my life into An Authoritative Source (ne: Source Control).  Less for the version control and more to define and authoritative source for information that I can pull from.

因此,我说过,现在是时候将我的一生转移到“权威来源”(ne:“来源控制”)中。 更少的版本控制,更多的是我可以从中获取信息的定义和权威来源

Tangent: My Contacts

切线:我的联系人

I recently installed Plaxo in an attempt to bring some semblance of organization to my information-life.  It provides, for all intents, a location for all your contacts that can sync to Outlook or Outlook Express on other machines.  It provides:

我最近安装了Plaxo ,试图将组织的外观带入我的信息生活。 它为所有意图提供了可以与其他计算机上的Outlook或Outlook Express同步的所有联系人的位置。 它提供:

  • Conflict Resolution and Synchronization - Changes made by me/Changes made by others

    冲突解决与同步-我所做的更改/他人所做的更改
  • Storage - I can install it on a new machine and bring my contacts down immediately.

    存储-我可以将其安装在新计算机上,并立即断开联系。
  • File System Independance - I can bring it down into multiple clients without concern over file system (or application)

    文件系统独立性-我可以将其分解为多个客户端,而不必担心文件系统(或应用程序)
And that's exactly the kind of problems that need solving for my presentations and demos.
而这正是我的演示文稿和演示需要解决的问题。
Back to the Story: 回到故事:
I have used Source Safe since before it was owned by Microsoft (Remember One Tree Software) and I've used various *nix source control systems.  But, I hate it.  Between Data Corruption and the general malaise I feel when I use it, it wasn't an option for my personal data.  Not to mention the whole "make writable" nonsense.   I'd prefer my personal files be writable be default, thank you very much.
自从Microsoft拥有Source Safe(记住一棵树软件)之前就一直使用Source Safe,并且我已经使用了各种* nix源代码控制系统。 但是,我讨厌它。 在数据损坏和我使用它时普遍感到不适之间,这不是我的个人数据的选择。 更不用说整个“使可写”胡说八道了。 我希望我的个人文件是默认可写的,非常感谢。
I really dig what the SourceGear Guys are doing with Vault, but I'm a little nervous putting my data in a Database.  It's kind of hard to restore a single row (file) from a SQL Server Database, and it feels a little more opaque that I'm confortable with.  So, while I might use them for development, I needed a system that was more flexible. 
我确实了解了SourceGear Guys对Vault所做的事情,但是我有点紧张地将数据放入数据库中。 从SQL Server数据库还原单行(文件)有点困难,而且我感到有些不透明。 因此,尽管我可能将它们用于开发,但我需要一个更灵活的系统。
I've come up with two, one for code, and one for everything else.
我提出了两个,一个用于代码,另一个用于其他所有内容。
My chosen solutions: 我选择的解决方案:
1. CVS 1. CVS
TortoiseCVS also use a namespace extension and intregrate directly into Explorer.  They've recently updated Tortoise to 1.6 and it's more stable and very easy to use.  I installed the free TortoiseCVS还使用命名空间扩展名并直接将其插入资源管理器。 他们最近将Tortoise更新为1.6,它更加稳定且易于使用。 我安装了免费的 CVS NT Service and had it up and storing source in 30 minutes. CVS NT Service ,并在30分钟内安装并存储了源代码。
Pros:优点:
Cons:缺点:
Basically, it's a nice source control system that I will use, but it's not a Document Management System.
基本上,这是我将使用的一个很好的源代码控制系统,但它不是文档管理系统。
2. Document Locator2.文件定位器
DocumentLocator yet, do.  If you aren't ready to download a trial, checkout their awesome Flash demos.  This just might be the product for me.  It also stores data in SQL Server, but it's not trying to be a Source Control System (even though it is that, and lots more). DocumentLocator ,请执行。 如果您还不准备下载试用版,请查看他们的真棒Flash演示。 这可能是我的产品。 它还将数据存储在SQL Server中,但它并不是要成为源代码管理系统(即使是这样,还有更多)。
Pros: It includes a namespace extension for Explorer that makes your document repository show up next to My Computer.  You can open and save files from any Windows app directly into the Repository.  I have started using it for all my "My Documents" type files.  It supports versioning, has hooks into SCC (the Source Control APIs for Visual Studio) and most importantly it's EASY.  It also replaces 优点:它包括用于Explorer的名称空间扩展,使您的文档存储库显示在“我的电脑”旁边。 您可以从任何Windows应用程序直接打开文件并将其保存到存储库中。 我已经开始将其用于所有“我的文档”类型的文件。 它支持版本控制,具有SCC(Visual Studio的源代码控制API)的钩子,最重要的是它易于使用。 它还将 dtSearch with Full-Text Indexing of all files, including scanned/OCRed TIFFs and PDFs.  I've long wanted to start scanning more documents and bills into my system, but I don't want to just dump a bunch of JPEG files into a folder.  DocumentLocator has some sweet scanning integration and scans, OCRs and imports your documents into the repository.  It supports a totally extensible schema and arbitrary tags that are also searchable.  It also supports notifying people of changes and additions and will also suck documents directly out of Outlook and into the repository if the document meets a specific filter. dtSearch替换为所有文件的全文索引,包括扫描的/ OCRed TIFF和PDF。 我一直想开始将更多的文档和账单扫描到我的系统中,但是我不想只是将一堆JPEG文件转储到文件夹中。 DocumentLocator具有一些不错的扫描集成,可以扫描,OCR,并将您的文档导入到存储库中。 它支持完全可扩展的架构和也可搜索的任意标记。 它还支持通知人们所做的更改和添加,并且如果文档符合特定的筛选器,还将直接将文档从Outlook中吸到存储库中。
Cons:  Backing up a single file while it's still inside the repository is still a challege, but I just back the whole SQL Server up anyway.  And if you don't have SQL Server, just use MSDE and you can still store up to 2 gigs of files. 缺点:备份单个文件仍在存储库中时仍然很困难,但是无论如何,我只是备份整个SQL Server。 而且,如果您没有SQL Server,则只需使用MSDE,您仍然可以存储2 GB的文件。
Both CVS and DocumentLocator act as an authoritative source for my data.  I run the services side-by-side on my home server and pull from them as I please.  I've got all my source CVS'ed and running on my TabletPC now, and I'll my documents and presentations full-text-searchable in Document Locator.  Whew.  That's a good weekend's work.  Now it's time to watch Bernie Mac.
CVS和DocumentLocator都是我数据的权威来源。 我在我的家庭服务器上并行运行服务,并根据需要从中拉出服务。 现在,我已经在TabletPC上运行了所有源CVS,并且可以在Document Locator中以全文搜索的形式查看文档和演示文稿。 ew。 那是周末的工作。 现在是时候观看Bernie Mac。

翻译自: https://www.hanselman.com/blog/moving-life-into-cvs-and-documentlocator-and-the-authoritative-source

cvs cvs.lock

这篇关于cvs cvs.lock_将生活带入CVS和DocumentLocator及其权威来源的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/255761

相关文章

49个权威的网上学习资源网站

艺术与音乐 Dave Conservatoire — 一个完全免费的音乐学习网站,口号是“让每一个人都可以接受世界级的音乐教育”,有视频,有练习。 Drawspace — 如果你想学习绘画,或者提高自己的绘画技能,就来Drawspace吧。 Justin Guitar — 超过800节免费的吉他课程,有自己的app,还有电子书、DVD等实用内容。 数学,数据科学与工程 Codecad

生活杂记1

生命中,总有一些事需要你一生去治愈,我把这些杂记写出来,写完了就不再想了,太内耗了…hahaha~ 因为嘴馋,小时候经常去老姑家,她家有各类零食及平时很少吃的“山珍海味”。去的次数多了,就和她家附近的邻居小孩也混的熟络了。再后来上了高中去的就少了,当年七中统招线521自费线491。我刚好压自费线,举全家之力花了15000读了七中,也没争气,后面高考也一塌糊涂。高二那会,一次去老姑家做客,经

如何看待AI技术对人们生活的影响?

人工智能(AI)技术对人们生活的影响是多方面的,既有积极的一面,也存在一些需要关注的问题。以下是对AI技术在生活中影响的综合看法:   积极影响:   提高效率:AI技术在各行各业中的应用大大提高了工作效率。例如,在制造业中,AI可以优化生产流程,减少资源浪费;在服务业中,聊天机器人可以提供24小时客户服务,提高用户体验。   增强能力:AI扩展了人类的能力,使得一些复杂和危险的任务可以

HDU 2191 珍惜现在,感恩生活(多重背包)

OJ题目 : click here ~~ 题目分析:就一个多重背包,在输入的时候进行二进制拆分,接下来就与01背包一样处理了。关于二进制拆分,这里讲解的不错~ AC_CODE int v[1002] , c[1002];int dp[1002];int main(){int t;cin >> t;while(t--){int n ,m , i , j , a , b , d ,k

云服务器如何提升你的创意生活:必试有趣项目

云服务器都可以做哪些有趣的项目 云服务器因其高效、灵活和可扩展等特点,成为了越来越多人选择的开发和学习平台。如果你拥有一台云服务器,但是不知道能用它做什么有趣的项目,那么这篇文章将为你提供一些有意思的想法。 1. 个人博客/网站 一个个人博客或网站无疑是云服务器的经典用途之一。你可以使用诸如WordPress、Hexo、Ghost等博客框架来创建属于自己的网站,分享知识和生活。 示例项目

【硬刚Java并发】JUC基础(六):Lock 同步锁

本文是对《【硬刚大数据之学习路线篇】从零到大数据专家的学习指南(全面升级版)》的Java并发部分补充。 显示锁 Lock 在 Java 5.0 之前,协调共享对象的访问时可以使用的机制只有 synchronized 和 volatile 。Java 5.0 后增加了一些新的机制,但并不是一种替代内置锁的方法,而是当内置锁不适用时,作为一种可选择的高级功能。 ReentrantLock 实

营养三餐轻松搭配:健康生活从早餐开始

在如今的快节奏生活中,健康饮食与快捷管用的减调计划,已成为了许多人关注的焦点。合理的三餐搭配不仅能帮助我们控制形体,还能提升生活质量。今天,就让我们一起来学习一套科学的三餐减调套餐,让你在享受美食的同时,也能达成减调目标。 早餐计划:营养均衡,提高吸收消耗率。 早餐是一天中很重要的一餐,营养均衡是必不可少的,但也不要忽略了早上要补充水分这项,也是很重要的一环,水是开启身体系统循环的润滑剂,特别

解决 The sandbox is not sync with the Podfile.lock问题

问题描述: github / sourcetree下载的Demo,很多时候使用到CocoaPods,有的时候因为依赖关系或者版本问题不能编译运行。出现例如The sandbox is not sync with the Podfile.lock问题时候,如下所示 diff: /../Podfile.lock: No such file or directory diff: Manifest.l

【PostgreSQL教程】PostgreSQL 高级篇之 LOCK(锁)

博主介绍:✌全网粉丝20W+,CSDN博客专家、Java领域优质创作者,掘金/华为云/阿里云/InfoQ等平台优质作者、专注于Java技术领域✌ 技术范围:SpringBoot、SpringCloud、Vue、SSM、HTML、Nodejs、Python、MySQL、PostgreSQL、大数据、物联网、机器学习等设计与开发。 感兴趣的可以先关注收藏起来,在工作中、生活上等遇到相关问题都可以给我

在 python3 中使用 multiprocessing,加上锁,却发现锁没用,怎么办?Lock 多进程 多线程 锁 LOCK lock

multiprocessing 是多进程库,而不同进程之间的全局变量是不共享的,所以,这也是为什么当你对 python3 全局变量加上锁的时候会失效。 正确处理方式如下: 使用 multiprocessing.Value 和 multiprocessing.Array 来共享数据,可以使进程池中的所有进程能够正确访问和修改共享数据。 代码如下 import multiprocessing#