subversion
Quoted: ローカルに自分専用のミラー(ローカルリポジトリ)を作成し、そこにはガンガンコミットしておいて、タスクが終わったらまとめてサーバー側にコミットするという作業に意味があります。
また、ネットワークにつながっていなくてもガッツリと開発が行うことができるのも魅力です。
1 FaverShareViewed: 1 Time今回のプロジェクトではVSSを使う事になったのだけども、長い間Subversionを使っていたので用語が頭の中で混乱中 → VisualStudio の IDE で VSS と AnkhSVN は共存可能なので、私は併用(並行管理)してます
0 FaversShareViewed: 19 TimesDevelopers seem pretty happy w/ Unfuddle's service so I'm going to give it a try for my personal SVN repository. They offer 200MB of space for free, which is better than most other competitors (Beanstalk, CVSDude, Devguard, etc). The SVN repo on my home server has gotten corrupted several times in the last few years requiring rebuilds...plus I never keep all the tools up to date. Just wish this included SSL.
I am trying to reduce/remove all the things I spent time maintaining...SVN is one of the last things on my list I'm checking off.
NOTE: Always back up ALL data you have hosted, I have nightly scripts that pull down backups/archives from 5-6 sites that host my content. Saved my bacon recently when Stikipad closed up its doors without warning.
1 FaverShareViewed: 3 TimesI had problems with Subversion 1.5 (used against a 1.4.6 repository). E.g, my process would completely freeze up on doing a "svl log" command.
I reverted to 1.4.6 on the client and all is well again. So - even though Collabnet claims compatability with an uplevel client - I don't believe it.
You can download the 1.4.6 version from this page.
1 FaverShareViewed: 6 TimesQuoted: CollabNet Consulting Services cover a wide range of business and technology topics designed to accelerate the roll-out and adoption of CollabNet. Services include subversion services, community services, open source consulting, Collaboration and Program Management.
SVN can be a nightmare if you are not careful with consistent case (upper or lower) for file names. I just spent a couple of hours trying to clean up a repository that had duplicate files added - each spelled the same, but with different case.
Windows cannot handle two files with the same name except for case and the repository gets very confused.
Seems like the only way to recover is to svn del the offending files.
1 FaverShareNice explanation and examples about how to use svn branches and merging changes back into trunk.
Be sure to also read the merging example on the next page:
http://svnbook.red-bean.com/en/1.1/ch04s03.html
1 FaverShareViewed: 5 TimesTortoiseSVN は非常に安定したソフトウェアだが,差分ビューア (TortoiseMerge) の多言語対応が不完全である/外部差分ビューアを用いることができる/Perforce Visual Merge Tool →
2 FaversShareViewed: 19 TimesRelated Content from Around Faves
windows
-
1 FaverViewed: 58 TimesQuoted: Coupe owners with droopy door seals - General E46 Forum
- mohit - 3 days ago1 FaverViewed: 2 Times
- mohit - Sep 27 20091 FaverViewed: 8 Times
diff
-
oracleだとxmldiffがとれる。
1 FaverViewed: 4 TimesQuoted: SELECT XMLDIFF(
XMLTYPE('<?xml version="1.0"?>
<bk:book xmlns:bk="http://nosuchsite.com">
<bk:tr>
<bk:td>
<bk:chapter>
Chapter 1.
</bk:chapter>
</bk:td>
<bk:td>
<bk:chapter>
Chapter 2.
</bk:chapter>
</bk:td>
</bk:tr>
</bk:book>'),
XMLTYPE('<?xml version="1.0"?>
<bk:book xmlns:bk="http://nosuchsite.com">
<bk:tr>
<bk:td>
<bk:chapter>
Chapter 1.
</bk:chapter>
</bk:td>
<bk:td/>
</bk:tr>
</bk:book>')
)
FROM DUAL; - ku0522 - Jul 01 20081 FaverViewed: 4 Times
- joe - Jan 26 20061 FaverViewed: 9 Times
