Showing posts with label AnkhSVN. Show all posts
Showing posts with label AnkhSVN. Show all posts
2012/06/11
AnkhSVN 2.3.11269 Released
변경사항
AnkhSVN Homepage
AnkhSVN Download Page&
Original Post : http://neodreamer-dev.tistory.com/660
- Compiled against Subversion 1.7.5.
- Support for Visual Studio 2012 RC, including a UI refresh.
- Removed old style file selection control, replacing it with the common selection dialog
- Many performance improvements in AnkhSVN and SharpSvn (Several privately reported cases via CollabNet and their partners)
- Directly record copies and moves in Subversion instead of moving files around via temporary locations
- Disable commands that could cause unrelated reloads files during opening the solution, building and debugging
- Enable the navigation bar in the annotate viewer of Visual Studio 2010 and 2012
- Resolve a focus stealing issue in several Sql server related project types, by using a slower glyph update for these projects
- Improve stability of the Visual Studio Class View in Visual Studio 2010, when the Solution Navigator is not installed
- Show a VS wait dialog when we are slowing down Visual Studio for too long on Pending changes initialization
- Fix copy recording directly below the working copy root
- Fix 'Scc Files' / 'Scc Excluded' handing on C++ projects in Visual Studio 2010 and later
- Add option to immediately import a project on adding it to Subversion, to avoid a double commit
- Properly mark new files over deleted files as pending changes
- Record and reload recent urls in the add to subversion dialog
AnkhSVN Homepage
AnkhSVN Download Page&
Original Post : http://neodreamer-dev.tistory.com/660
Labels:
AnkhSVN
,
Subversion
,
svn
,
TistoryOldPost
,
Version Control
2012/01/28
AnkhSVN 2.3.10744 Release!!
Changes
AnkhSvn Homepage
<
Original Post : http://neodreamer-dev.tistory.com/632
- Compiled against Subversion 1.7.2
- The 'Subversion Info' toolwindow is now operational
- When the 'Pending Changes' toolwindow is docked vertically the buttons automatically move to the bottom.
- Fixed loading AnkhSVN in a few specific Visual Studio start scenarios
- Properly set focus in the Commit Dialog
- Some scenarios where moved files were seen as new/missing are now fixed, by removing .svn directory assumptions.
- Code cleanup to follow the Visual Studio design guidelines in more places (dynamic colors, standard icons, etc.)
- Resolved some technical/theoretical issues identified by testing in the Visual Studio 11 Developer Preview (COM registration attributes).
- Remove dependency on Microsoft.VisualStudio.Package.LanguageService (fixes issues found on a clean VM with only Visual Studio 11 DP)
- Fixed several user reported exceptions. Thanks!
- 2.3.10744 only: Fix an exception when using the CheckOut command in the repository explorer.
AnkhSvn Homepage
<
Original Post : http://neodreamer-dev.tistory.com/632
Labels:
AnkhSVN
,
SVN Client
,
TistoryOldPost
,
Visual Studio Plugins
2010/10/21
AnkhSVN에서 .DLL 과 .LIB 파일을 SVN 에 등록하기
2010/10/16 - [Dev Story] - AnkhSVN 으로 Subversion에서 프로젝트 받아오기
AnkhSVN 으로 프로젝트를 SVN 에 올릴 경우 프로젝트에 포함된 .DLL 파일과 .LIB 파일이 SVN Repository 에 등록이 되지 않는데 이를 등록하는 방법을 지금까지 찾을 수 없었는데 의외로 간단한 방법을 찾았다.
AnkhSVN 에 포함되어 있는 Working Copy Explorer 을 이용하면 해결 할 수 있다. Working Copy Explorer 는 PC에서 작업중인 프로젝트를 탐색할 수 있으면 SVN 관련 작업을 지원하는 View 이다. Visual Studio 의 View 메뉴에서 Working Copy Explorer 를 호출 할 수 있다.
Repository에 등록되지 않은 파일들을 등록하길 원할 경우 해당 파일에서 오른쪽 버튼의 Subversion 메뉴에서 할 수 있다.<
Original Post : http://neodreamer-dev.tistory.com/472
Labels:
AnkhSVN
,
Subversion
,
svn
,
TistoryOldPost
,
Visual Studio
,
Visual Studio IDE Plugins
2010/10/16
AnkhSVN 으로 Subversion에서 프로젝트 받아오기
2010/10/16 - [Dev Story/Tips] - Visual Studio 를 위한 버전 관리 툴 AnkhSVN 사용하기
AnkhSVN 을 이용하여 Subversion 에 등록한 프로젝트를 다른 곳에서 다운 받아 보았다.
우선 File 메뉴에서 Subversion 의 "Open from Subversion..." 을 선택한다.

Subversion URL 을 입력하면 프로젝트 폴더가 나오고 프로젝트 폴더에 들어가면 Solution(*.sln) 파일이 있는데 이를 Open 한다.

프로젝트를 생성할 경로를 입력하고 "OK" 를 누른다.

그러면 Subversion 서버로 부터 프로젝트를 다운 받는다.

다운받은 프로젝트가 이상이 없는지 컴파일을 해 보았다.
프로젝트를 등록할 때 .lib 와 .dll 파일들이 자동으로 등록이 되지 않는 것 같다. 별도의 옵션이 있는지 확인해 보고 없으면 프로젝트 등록은 TortoiseSVN 같은 별도의 툴을 사용해야 할 것 같다.<
Original Post : http://neodreamer-dev.tistory.com/468
AnkhSVN 을 이용하여 Subversion 에 등록한 프로젝트를 다른 곳에서 다운 받아 보았다.
우선 File 메뉴에서 Subversion 의 "Open from Subversion..." 을 선택한다.
Subversion URL 을 입력하면 프로젝트 폴더가 나오고 프로젝트 폴더에 들어가면 Solution(*.sln) 파일이 있는데 이를 Open 한다.
프로젝트를 생성할 경로를 입력하고 "OK" 를 누른다.
그러면 Subversion 서버로 부터 프로젝트를 다운 받는다.
다운받은 프로젝트가 이상이 없는지 컴파일을 해 보았다.
그런데 문제가 발생하였다. 프로젝트에 포함되어 있던 *.lib 와 *.dll 파일들이 Subversion 서버에 등록이 되지 않아있었다.
프로젝트를 등록할 때 .lib 와 .dll 파일들이 자동으로 등록이 되지 않는 것 같다. 별도의 옵션이 있는지 확인해 보고 없으면 프로젝트 등록은 TortoiseSVN 같은 별도의 툴을 사용해야 할 것 같다.<
Original Post : http://neodreamer-dev.tistory.com/468
Labels:
AnkhSVN
,
Subversion
,
SubVersion Server
,
TistoryOldPost
,
Version Control
,
Visual Studio
Visual Studio 를 위한 버전 관리 툴 AnkhSVN 사용하기
먼저 AnkhSVN 홈페이지에서 설치 파일을 다운로드 받는다. AnkhSVN 은 여러가지 버전이 있는데 최근 안정화 된 AnkhSVN 2.1.8420 버전을 설치 하였다.

새로운 프로젝트 생성 대화상자에도 Add Subversion 메뉴가 생성이 되어 프로젝트를 생성할 때 바로 Subversion 에 등록을 할 수 있다.

기존 프로젝트를 Subversion 에 등록을 하려면 Solution Explorer 에서 해당 프로젝트에서 마우스 오른쪽 버튼을 누르면 Subversion 관련 메뉴가 나오는데 이 중에서 Add Solution to Subversion 을 실행하면 된다.

새로운 프로젝트를 Subversion 에 등록하는 것과 기존 프로젝트를 Subversion에 등록하는 것으 크게 차이가 없다. 여기에서는 기존 프로젝트를 Subversion 에 등록을 해 보겠다.
기존 프로젝트른 Embedded Firebird 를 테스트해 보기위한 간단한 프로젝트이고 Subversion 은 Google에서 제공하는 Google code project hosting 을 이용하였다.



이세 Solution Explorer 에서 소스파일 아이콘 좌측에 등록이 되었다는 (+)아이콘이 표시되는 걸 볼 수 있다. Commit 을 해야 완전하게 등록이 되는 것으로 프로젝트의 마우스 우측 메뉴에서 Commit Project Changes 를 선택한다.




AnkhSVN 을 설치하면 Visual Studio 의 Tools -> Options 의 Source Control 항목에 AnkhSVN 이 표시가 되고 Subversion 에 관련한 설정을 할 수 있다.
새로운 프로젝트 생성 대화상자에도 Add Subversion 메뉴가 생성이 되어 프로젝트를 생성할 때 바로 Subversion 에 등록을 할 수 있다.
기존 프로젝트를 Subversion 에 등록을 하려면 Solution Explorer 에서 해당 프로젝트에서 마우스 오른쪽 버튼을 누르면 Subversion 관련 메뉴가 나오는데 이 중에서 Add Solution to Subversion 을 실행하면 된다.
새로운 프로젝트를 Subversion 에 등록하는 것과 기존 프로젝트를 Subversion에 등록하는 것으 크게 차이가 없다. 여기에서는 기존 프로젝트를 Subversion 에 등록을 해 보겠다.
기존 프로젝트른 Embedded Firebird 를 테스트해 보기위한 간단한 프로젝트이고 Subversion 은 Google에서 제공하는 Google code project hosting 을 이용하였다.
Add Solution to Subversion 에서 프로젝트 이름과 Subversion URL 만 넣어주면 된다.
프로젝테에 대한 적당한 로그를 작성한다.
Google code 에 접속 정보를 입력하면 프로젝트가 Subversion 에 등록이 된다.
이세 Solution Explorer 에서 소스파일 아이콘 좌측에 등록이 되었다는 (+)아이콘이 표시되는 걸 볼 수 있다. Commit 을 해야 완전하게 등록이 되는 것으로 프로젝트의 마우스 우측 메뉴에서 Commit Project Changes 를 선택한다.
Commit 대화상자에는 변경된 파일 리스트와 Log Message 입련하는 곳이 있는데 적당한 메세지를 입력하고 OK 를 선택하여 Commit 한다.
Commit 을 마치면 Solution Explorer 의 파일 아이콘들이 바뀐 것을 볼 수 있다.
Labels:
AnkhSVN
,
Subversion
,
TistoryOldPost
,
Version Control
,
Visual Studio
2010/04/24
Visual Studio 를 위한 SVN Plug-in : AnkhSVN 2.1
Visual Studio 에서 SVN 관리를 도와주는 AnkhSVN 이 2.1 버전으로 업그레이드 되었다. 변경 기록을 보니 Visual Studio 2010버전을 지원하면서 부터 버전을 올린 것 같다.
AnkhSVN 홈페이지
AnkhSVN Screenshot
AnkhSVN Daily update<
Original Post : http://neodreamer-dev.tistory.com/422
Labels:
AnkhSVN
,
Subversion
,
svn
,
TistoryOldPost
,
Visual Studio IDE Plug-in
2008/10/14
Visual Studio 를 위한 무료 SVN plugin - AnkhSVN
Visual Studio IDE에서 SubVersion 을 사용할 수 있게 해주는 Open source plugin 이다.
프로젝트가 오픈 소스로 진행이 되고 Dialy Build 도 지원하여 매일매일 패치되는 버전을 받을 수도 있다.
Visual Studio의 솔루션 탐색기에 포함되어 파일 아이콘에 변경된 내용이 반영되어 쉽게 버전 관리를 할 수 있다.
- AnkhSVN Homepage
- AnkhSVN 2.0 Roadmap
- AnkhSVN 2.0 Screenshots
- AnkhSVN 2.0 Online Documentation
- AnkhSVN 2.0 Download
Original Post : http://neodreamer-dev.tistory.com/186
Labels:
AnkhSVN
,
Subversion
,
svn
,
TistoryOldPost
,
Visual Studio
,
VisualStudio
Subscribe to:
Posts
(
Atom
)