Full text search for "cvs"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • CvsCommand . . . . 12 matches
         [cvs 원격 연결]
         cvs --help-commands
         cvs --help-options
         cvs --help {명령}
          * TortoiseCVS : [개발툴]
          * CVS NT : command line 형식 TortoiseCVS 설치시 같이 설치됨
         cvs -q -d /cvs_data_dir update -d -P [files]
          * -d : cvsroot 지정 ([cvs 원격연결])
          Like U, but the cvsnt server sends a patch instead of an entire file. These two things accomplish the same thing.
          cvsnt will print some messages if it merges your work, and a backup copy of your working file (as it looked before you ran update) will be made. The exact name of that file is printed while update runs.
          file is in your working directory, but does not correspond to anything in the source repository, and is not in the list of files for cvsnt to ignore (see the description of the -I option, and the section called “Ignoring files via cvsignore ”)
  • csv-decoding . . . . 6 matches
          CSVReader cvsr2 = new CSVReader(new StringReader(s2));
          while((tks2=cvsr2.readRecord())!=null){
          CSVReader cvsr3 = new CSVReader(new StringReader(s3));
          while((tks3=cvsr3.readRecord())!=null){
          CSVReader cvsr4 = new CSVReader(new StringReader(s4));
          while((tks4=cvsr4.readRecord())!=null){
  • Cvs원격연결 . . . . 5 matches
         [cvs] 클라이언트가 원격에 존재하는 [CVS] 서버에 접속하는 경우
         # pserver 방식 예제(cvs.gimslab.com의 my_module을 체크아웃)
         cvs -d :pserver:{ID}:{PWD}@cvs.gimslab.com:/data_cvs_dir checkout my_module
  • cvs . . . . 4 matches
         The Concurrent Versions System (CVS), also known as the Concurrent Versioning System, is a free software revision control system in the field of software development. Version control system software keeps track of all work and all changes in a set of files, and allows several developers (potentially widely separated in space and/or time) to collaborate. Dick Grune developed CVS as a series of shell scripts in July 1986.[1]
          * [cvs 원격 연결]
          * [cvs command]
          * [cvs update result codes]
          * CVS 기본 사용 포트 : 2401
          * [cvs와 비교한 subversion의 장점]
  • AliasPageNames . . . . 1 match
         CVS,cvs
  • CalendarMacro . . . . 1 match
         /!\ cvs 1.0.9
  • CvsUpdateResultCodes . . . . 1 match
         [CVS] update 결과 문자 코드
         ? (unknown) : local에 있는 파일 중, cvs에 등록되어 있지 않는 파일이다. add가 필요하다면 참고할 수 있으나 아니면 무시.
  • Subversion . . . . 1 match
          * [cvs와 비교한 subversion의 장점]
          * [CVS] 를 개선한 [version control]
  • jEdit . . . . 1 match
         plugin-blacklist.cvslib.jar=false
Found 9 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2012-08-13 16:34:02
Processing time 0.0096 sec