Showing posts with label Subversion. Show all posts
Showing posts with label Subversion. 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
2011/10/17
AnkhSVN 2.3.10481 released
Visual Studio SVN Plug-in 인 AnkhSVN이 SubVersion 1.7 Release에 맞추어 업데이트 버전을 공개 하였다.
AnkhSVN 2.3.10481 버전 변경 사항
2.1 버전에서 2.3으로 바로 건너 뛰었다. 2.2 개발 버전이 있어서 인지 메인 잇슈인 SubVersion 1.7 지원과 Visual Studio 11 버전을 지원하는 기능을 추가하고 2.3으로 건너 뛴 것 같다.
AnkhSV
Original Post : http://neodreamer-dev.tistory.com/600
AnkhSVN 2.3.10481 버전 변경 사항
- Subversion 1.7 support
- Support for the Visual Studio 11 Developer Preview
2.1 버전에서 2.3으로 바로 건너 뛰었다. 2.2 개발 버전이 있어서 인지 메인 잇슈인 SubVersion 1.7 지원과 Visual Studio 11 버전을 지원하는 기능을 추가하고 2.3으로 건너 뛴 것 같다.
AnkhSV
Original Post : http://neodreamer-dev.tistory.com/600
Labels:
Subversion
,
svn
,
TistoryOldPost
,
Version Control
Subversion 1.7.0 Released
SubVersion 이 1.7 버전을 공개하였다.
아주 오래간만에 웹페이지를 찾아가 보았는데 프로젝트 홈페이지가 Apache 프로젝트(http://subversion.apache.org/)로 이전을 하였다. 기록을 찾아 보이 이전한 것이 2009년도 인 것 같은데 아주 오랫동안 방문을 하지 않았나 보다.
1.7 버전에서 바뀐 내용.
- Working Copy Metadata Storage Improvements
- New remote dumpfile tool: svnrdump
- Improved HTTP protocol usage
- New feature: svn patch
- Many enhancements and bug fixes
- Known issues in the release
- Dependency, license and distribution changes
지원하는 프로토콜도 바뀌고 클라이언트의 메타데이터도 싹 바뀌었다 한다. 자세한 내용은 Release Note를 읽어봐야 겠다.
Apache Subversion Project
Apache Subversion 1.7 Release Notes
&
Original Post : http://neodreamer-dev.tistory.com/598
Labels:
apache
,
Apache SubVersion
,
Subversion
,
TistoryOldPost
,
Version Control
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/27
VisualSVN 2.0.1 / VisualSVN Server 2.1.2 Released
VisualSVN 과 VisualSVN Server 이 업그레이드 되었다.
VisualSVN 2.0.1

VisualSVN 2.0.1
2.0 에서 바뀐 사항
VisualSVN Server 2.1.2

2.1.1 에서 바뀐사항
VisualSVN Server
<
Original Post : http://neodreamer-dev.tistory.com/425
VisualSVN 2.0.1
VisualSVN 2.0.1
2.0 에서 바뀐 사항
- Updated to Subversion 1.6.11. For further details please see
http://svn.apache.org/repos/asf/subversion/tags/1.6.11/CHANGES - Modeling projects are supported in Visual Studio 2010.
VisualSVN Server 2.1.2
2.1.1 에서 바뀐사항
- Updated to Subversion 1.6.11. For further details please see
http://svn.apache.org/repos/asf/subversion/tags/1.6.11/CHANGES - Disallow installation on servers with non-ASCII hostnames.
- Generate Apache config in the UTF-8 encoding.
VisualSVN Server
<
Original Post : http://neodreamer-dev.tistory.com/425
Labels:
Subversion
,
svn
,
TistoryOldPost
,
Visual Studio IDE Plug-in
,
VisualSVN
,
VisualSVN Server
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
2010/04/20
VisualSVN 2.0 Released
Visual Studio 를 위한 SubVersion plug-in 인 VisualSVN 이 2.0으로 업그레이드 되었다. 이번 버전에서 크게 바뀐 점은 Visual Studio 2010 버전을 지원 하는 것과 2003 버전에 대해서는 더이상 지원을 하지 않게 되었다.
2.0 버전에서 바뀐점
Visual SVN website<
Original Post : http://neodreamer-dev.tistory.com/413
2.0 버전에서 바뀐점
- Support for Visual Studio 2010.
- Significant overall performance improvements.
- Alternative shortcuts for navigation between QuickDiff markers: 'Alt+[' and 'Alt+]'
- Updated to Subversion 1.6.9. For further details please see
http://svn.apache.org/repos/asf/subversion/tags/1.6.9/CHANGES - Updated to Neon 0.29.3.
- F# projects are supported in Visual Studio 2008.
- Exe projects are supported.
- Azure projects are supported.
- Support for Visual Studio 2003 removed.
- Support for BerkeleyDB repositories removed.
Visual SVN website<
Original Post : http://neodreamer-dev.tistory.com/413
2009/03/31
Visual SVN Server/Client 1.7 Released!!
Subversion 1.6 공개에 따라 VisualSVN 도 subversion 1.6을 포함하는 새로운 버전을 공개하였고, 홈페이지도 새 단장을 하였다.
Version 1.7 (March 24, 2009)
- Updated to Subversion 1.6.
- Updated to OpenSSL 0.9.8j.
VisualSVN 1.7 Release Notes
VisualSVN 1.7 Download
VisualSVN Server 1.7 Release Notes
VisualSVN Server 1.7 Download
Original Post : http://neodreamer-dev.tistory.com/279
Labels:
Subversion
,
subversion client
,
SubVersion Server
,
svn
,
TistoryOldPost
,
VisualSVN
TortoiseSVN-1.6.0.15855 Released!!
What's New in TortoiseSVN 1.6
TortoriseSVN website
TortoiseSVN 1.6 Release Note
TortoiseSVN 1.6 Change Logs
Download : TortoiseSVN-1.6.0.15855-win32-svn-1.6.0.msi
Download : TortoiseSVN-1.6.0.15855-x64-svn-1.6.0.msi
Original Post : http://neodreamer-dev.tistory.com/278
- file:/// access to BDB repositories
- handling of tree conflicts
- log cache
- revision graph
- IBugtraq provider plugin enhancements
- Misc changes
자세한 변경사항 보기
Changes:
Version 1.6.0
- NEW: Ignoring of multiple selected items by their extension. See
issue #423 for details. (Stefan)
- NEW: The log dialog allows filtering by bug-ID.
See issue #422 for details. (Stefan)
- NEW: Column to show the remote revision in the CfM dialog. (Stefan)
- NEW: The current revision of the working copy item is shown in
bold in the log dialog. See issue #425 for details. (Stefan)
- NEW: The custom tsvn: urls allow a revision to be specified after the
real url, separated with '?'. (Stefan)
- NEW: The state of the 'merge non-interactive' checkbox is remembered
across sessions. (Stefan)
- NEW: editing the author in the log dialog is now possible for
multiple selected revisions. (Stefan)
- NEW: Paste command to paste copied/cut files from explorer into
a working copy. See issue #427 for details. (Stefan)
- NEW: TortoiseProc returns now 0 after the command finished successfully
and -1 if the command failed with an error. See issue #426
for details. (Stefan)
- NEW: Added blame command to context menu of the status list control. (Stefan)
- NEW: "up" button in the repo browser. (Stefan)
- NEW: Checkbox to exclude the externals in the Check-For-Modifications
dialog. (Stefan)
- NEW: Ability to cancel the "patch all" function. (Stefan)
- NEW: Option to disable the context menu for specific paths. (Stefan)
- NEW: Extended the IBugTraqProvider. See issue #428 for details. (Stefan)
- NEW: The status cache handles "runas" now better. (Stefan)
- NEW: Automated removal of unused log caches. (Stefan Fuhrmann)
- NEW: When diffing against BASE, the diff tool now shows the BASE revision
in the view title. (Stefan)
- NEW: if "unversioned files mark parent folder as modified" is active,
the revert dialog shows a hint if unversioned files are found. (Stefan)
- NEW: Auto-maintenance for log caches plus several settings to control
its behavior. (Stefan Fuhrmann)
- NEW: Log cache supports multiple repositories with the same UUID.
(Stefan Fuhrmann)
- NEW: Revision graph settings page. Several previously hidden
features are now available to the user. (Stefan Fuhrmann)
- NEW: The status list control shows the entries grouped by externals if
no changelists are present. (Stefan)
- NEW: two project properties (bugtraq:provideruuid and bugtraq:providerparams)
to specifiy the IBugTraqProvider for the project. (Stefan)
- NEW: Helper dialog to resolve property conflicts. (Stefan)
- NEW: Revision graph can be collapsed / expanded as well as
split and joined. (Stefan Fuhrmann)
- NEW: Helper dialog to resolve tree conflicts. (Stefan)
- NEW: TortoiseBlame shows the revision range in the title. See
issue #429 for details. (Stefan)
- NEW: Revision graph: Option to hide unmodified branches (Stefan Fuhrmann)
- NEW: Revision graph: Option to show workspace modifications as extra node
(Stefan Fuhrmann)
- NEW: Revision graph: Update / Switch WC in node context menu
(Stefan Fuhrmann)
- NEW: A warning is shown if the user tries to add a file that was versioned
but renamed in case. (Stefan)
- NEW: TortoiseMerge scrolls the views automatically when selecting with
the left mouse button down. (Stefan)
- NEW: In the log dialog filter, a ! char at the beginning will negate
the filter string. (Stefan)
- NEW: Column in the check-for-modifications dialog to show
the lock date. (Stefan)
- NEW: Context menu to delete and ignore files at the same time. (Stefan)
- NEW: Tooltips in the action column of the log dialog, explaining the
action icons. (Stefan)
- NEW: When moving/copying a file over an existing file, ask the user whether
to replace that existing file. (Stefan)
- NEW: Shift-click feature for merge tools. See issue #430 for details. (Stefan)
- NEW: "Create patch" and "Check for Modifications" available from
commit/CfM dialog. (Stefan)
- NEW: new column for checkout depth in the CSVNStatusListCtrl. (Stefan)
- NEW: overlays in the CSVNStatusListCtrl for the different depths and
external/nested files and folders. (Stefan)
- CHG: The bug-ID column width in the log dialog is now limited
to 200 pixels. (Stefan)
- CHG: The right-drag context menu now only shows "Export" if a versioned
folder is dragged (for files, the windows 'copy' does the same). (Stefan)
- CHG: The right-drag context menu checks whether source and target are
from the same repository and shows the "SVN move" and "SVN copy"
commands only if they are. (Stefan)
- CHG: When only files are selected for "Add", the Add-dialog is not
shown anymore but the files are added immediately. (Stefan)
- CHG: file:// access to BDB based repositories is no longer supported. (Stefan)
- CHG: the log dialog now shows a possible error message when fetching the
log as a text in the top list control instead of showing a popup
message box. (Stefan)
- CHG: New revision graph look. (Stefan Fuhrmann)
- CHG: Faster and more reliable revision graph filtering. (Stefan Fuhrmann)
- CHG: If tsvn:logtemplate was set and not changed in the commit dialog, it
isn't added to the log history anymore. (Stefan)
- CHG: "Ambiguous URL" option no longer limits log cache functionality.
(Stefan Fuhrmann)
- CHG: Various improvements to log statistics graphs (Aras Pranckevicius)
- CHG: The merge wizard is now resizable. (Stefan)
- CHG: The checkout/export dialogs do not ask whether to create the folder
to checkout/export aynmore but silently create it. (Stefan)
Version 1.6.0
- NEW: Ignoring of multiple selected items by their extension. See
issue #423 for details. (Stefan)
- NEW: The log dialog allows filtering by bug-ID.
See issue #422 for details. (Stefan)
- NEW: Column to show the remote revision in the CfM dialog. (Stefan)
- NEW: The current revision of the working copy item is shown in
bold in the log dialog. See issue #425 for details. (Stefan)
- NEW: The custom tsvn: urls allow a revision to be specified after the
real url, separated with '?'. (Stefan)
- NEW: The state of the 'merge non-interactive' checkbox is remembered
across sessions. (Stefan)
- NEW: editing the author in the log dialog is now possible for
multiple selected revisions. (Stefan)
- NEW: Paste command to paste copied/cut files from explorer into
a working copy. See issue #427 for details. (Stefan)
- NEW: TortoiseProc returns now 0 after the command finished successfully
and -1 if the command failed with an error. See issue #426
for details. (Stefan)
- NEW: Added blame command to context menu of the status list control. (Stefan)
- NEW: "up" button in the repo browser. (Stefan)
- NEW: Checkbox to exclude the externals in the Check-For-Modifications
dialog. (Stefan)
- NEW: Ability to cancel the "patch all" function. (Stefan)
- NEW: Option to disable the context menu for specific paths. (Stefan)
- NEW: Extended the IBugTraqProvider. See issue #428 for details. (Stefan)
- NEW: The status cache handles "runas" now better. (Stefan)
- NEW: Automated removal of unused log caches. (Stefan Fuhrmann)
- NEW: When diffing against BASE, the diff tool now shows the BASE revision
in the view title. (Stefan)
- NEW: if "unversioned files mark parent folder as modified" is active,
the revert dialog shows a hint if unversioned files are found. (Stefan)
- NEW: Auto-maintenance for log caches plus several settings to control
its behavior. (Stefan Fuhrmann)
- NEW: Log cache supports multiple repositories with the same UUID.
(Stefan Fuhrmann)
- NEW: Revision graph settings page. Several previously hidden
features are now available to the user. (Stefan Fuhrmann)
- NEW: The status list control shows the entries grouped by externals if
no changelists are present. (Stefan)
- NEW: two project properties (bugtraq:provideruuid and bugtraq:providerparams)
to specifiy the IBugTraqProvider for the project. (Stefan)
- NEW: Helper dialog to resolve property conflicts. (Stefan)
- NEW: Revision graph can be collapsed / expanded as well as
split and joined. (Stefan Fuhrmann)
- NEW: Helper dialog to resolve tree conflicts. (Stefan)
- NEW: TortoiseBlame shows the revision range in the title. See
issue #429 for details. (Stefan)
- NEW: Revision graph: Option to hide unmodified branches (Stefan Fuhrmann)
- NEW: Revision graph: Option to show workspace modifications as extra node
(Stefan Fuhrmann)
- NEW: Revision graph: Update / Switch WC in node context menu
(Stefan Fuhrmann)
- NEW: A warning is shown if the user tries to add a file that was versioned
but renamed in case. (Stefan)
- NEW: TortoiseMerge scrolls the views automatically when selecting with
the left mouse button down. (Stefan)
- NEW: In the log dialog filter, a ! char at the beginning will negate
the filter string. (Stefan)
- NEW: Column in the check-for-modifications dialog to show
the lock date. (Stefan)
- NEW: Context menu to delete and ignore files at the same time. (Stefan)
- NEW: Tooltips in the action column of the log dialog, explaining the
action icons. (Stefan)
- NEW: When moving/copying a file over an existing file, ask the user whether
to replace that existing file. (Stefan)
- NEW: Shift-click feature for merge tools. See issue #430 for details. (Stefan)
- NEW: "Create patch" and "Check for Modifications" available from
commit/CfM dialog. (Stefan)
- NEW: new column for checkout depth in the CSVNStatusListCtrl. (Stefan)
- NEW: overlays in the CSVNStatusListCtrl for the different depths and
external/nested files and folders. (Stefan)
- CHG: The bug-ID column width in the log dialog is now limited
to 200 pixels. (Stefan)
- CHG: The right-drag context menu now only shows "Export" if a versioned
folder is dragged (for files, the windows 'copy' does the same). (Stefan)
- CHG: The right-drag context menu checks whether source and target are
from the same repository and shows the "SVN move" and "SVN copy"
commands only if they are. (Stefan)
- CHG: When only files are selected for "Add", the Add-dialog is not
shown anymore but the files are added immediately. (Stefan)
- CHG: file:// access to BDB based repositories is no longer supported. (Stefan)
- CHG: the log dialog now shows a possible error message when fetching the
log as a text in the top list control instead of showing a popup
message box. (Stefan)
- CHG: New revision graph look. (Stefan Fuhrmann)
- CHG: Faster and more reliable revision graph filtering. (Stefan Fuhrmann)
- CHG: If tsvn:logtemplate was set and not changed in the commit dialog, it
isn't added to the log history anymore. (Stefan)
- CHG: "Ambiguous URL" option no longer limits log cache functionality.
(Stefan Fuhrmann)
- CHG: Various improvements to log statistics graphs (Aras Pranckevicius)
- CHG: The merge wizard is now resizable. (Stefan)
- CHG: The checkout/export dialogs do not ask whether to create the folder
to checkout/export aynmore but silently create it. (Stefan)
TortoriseSVN website
TortoiseSVN 1.6 Release Note
TortoiseSVN 1.6 Change Logs
Download : TortoiseSVN-1.6.0.15855-win32-svn-1.6.0.msi
Download : TortoiseSVN-1.6.0.15855-x64-svn-1.6.0.msi
Original Post : http://neodreamer-dev.tistory.com/278
Labels:
Subversion
,
svn
,
SVN Client
,
TistoryOldPost
,
TortoiseSVN
,
Version Control
,
버전관리
,
버전관리시스템
Subversion 1.6 Released!!
What's New in Subversion 1.6
Subversion website
Subversion 1.6 Release Note
Original Post : http://neodreamer-dev.tistory.com/277
- Improved handling of authentication data
- Repository root relative URLs
- Improvements to svn:externals
- Detection of tree conflicts
- Filesystem storage improvements
- Ctypes Python Bindings
- Improved interactive conflict resolution
- Sparse directory exclusion
- Logging support for svnserve
- New public HTTP URI syntax for examining history
- Command-line client improvements
- API changes, improvements, and much language bindings work
- More than 65 new bug fixes, enhancements
Subversion website
Subversion 1.6 Release Note
Original Post : http://neodreamer-dev.tistory.com/277
Labels:
Subversion
,
TistoryOldPost
,
Version Control
,
버전관리시스템
2009/03/18
무료 SVN Server - VisualSVN Server 1.6.4 Released
이번 버전에서 바뀐 내용
Version 1.6.4 (March 16, 2009)
- New VisualSVNServerHooks parameters: smtp-port, smtp-user, smtp-password and smtp-ssl are added.
- mod_log_config Apache module is included into the installation package.
- Updated to Subversion 1.5.6. For further details please see:
http://svn.collab.net/repos/svn/tags/1.5.6/CHANGES
2008/06/19 - [Dev Story/Tips] - 그림으로 보는 간단한 개발서버 구축하기
2008/06/19 - [Dev Story/Tips] - VisualSVN Server 와 TortoiseSVN을 이용하기
VisualSVN Official website
VisualSVN Server page
VisualSVN Server Download
Original Post : http://neodreamer-dev.tistory.com/271
2009/01/13
무료 SVN Server - VisualSVN Server 1.6.3 Released
이번 버전에서 바뀐 내용
- Updated to Subversion 1.5.5. For further details please see:
http://svn.collab.net/repos/svn/tags/1.5.5/CHANGES - Potentially insecure SSL 2.0 protocol is disabled.
- mod_alias and mod_proxy Apache modules are included into the installation package.
2008/06/19 - [Dev Story/Tips] - VisualSVN Server 와 TortoiseSVN을 이용하기
VisualSVN Official website
VisualSVN Server page
VisualSVN Server Download
Original Post : http://neodreamer-dev.tistory.com/235
Labels:
Subversion
,
svn
,
SVN Server
,
TistoryOldPost
,
VisualSVN Server
2009/01/06
TortoiseSVN-1.5.6.14908 Released!!
이번 버전에서 수정된 사항
Version 1.5.6
- CHG: Disabled capieng again - users were annoyed. (Stefan)
- BUG: possible segfault in TSVNCache when shutting down windows. (Stefan)
- BUG: The client-side hook scripts weren't started if only deletions were
committed or updated. (Stefan)
- BUG: The "show log" was shown for added files in the status
list control. (Stefan)
- BUG: Files/Folders with '%' in the name could not be renamed in the
repository browser. (Stefan)
- BUG: Reverting files could have removed associated folders. (Stefan)
- BUG: The OK button in the checkout dialog was sometimes disabled. (Stefan)
- BUG: Creating a tag/branch from the repository browser didn't work if
the target folder did not exist. (Stefan)
- BUG: Under rare conditions, log reported revisions twice (Stefan Fuhrmann)
- BUG: Log for branches, tags etc. could be slow if the log cache is
incomplete and the repository has many revisions (Stefan Fuhrmann)
- BUG: Reported RAM usage of log cache too large (Stefan Fuhrmann)
- BUG: The "delete unversioned items" command only worked for single paths.
If multiple items were selected, the dialog showed
an empty list. (Stefan)
TortoiseSVN Homepage
TortoiseSVN-1.5.6.14908-win32-svn-1.5.5.msi
TortoiseSVN-1.5.6.14908-x64-svn-1.5.5.msi
Original Post : http://neodreamer-dev.tistory.com/234
2008/11/11
무료 SVN Server - VisualSVN Server 1.6.2 Released
이번 버전에서 바뀐 내용
- Updated to Subversion 1.5.4. For further
. Properly handle explicit mergeinfo added in merge source (r32968, -75)
. fixed: merging of paths containing spaces (r33641, -44)
. fixed: regression in mergeinfo-aware merges against 1.5.3 (r33693, -704) - Fixed: IP address configuration for server binding can be lost on upgrade.
- Do not check for occupied TCP port on upgrade if VisualSVN Server configured to listen on specific interfaces.
2008/06/19 - [Dev Story/Tips] - VisualSVN Server 와 TortoiseSVN을 이용하기
VisualSVN Official website
VisualSVN Server page
VisualSVN Server Download P
Original Post : http://neodreamer-dev.tistory.com/198
Labels:
Subversion
,
svn
,
TistoryOldPost
,
VisualSVN Server
2008/10/27
TortoiseSVN-1.5.5.14361 Released!!
갑자기 업데이트 주기가 빨라진 것 같다.
얼마전 1.5.4버전으로 업데이트 되었는데 곧바로 1.5.5버전이 나왔다.
이번 버전에서 바뀐점
Version 1.5.5
- BUG: The properties dialog would show the url with backward slashes when
started from the repository browser. (Stefan)
TortoiseSVN Homepage
TortoiseSVN-1.5.5.14361-win32-svn-1.5.4.msi
TortoiseSVN-1.5.5.14361-x64-svn-1.5.4.msi
Original Post : http://neodreamer-dev.tistory.com/190
2008/10/18
TortoiseSVN-1.5.4.14259 Released!!
1.5.4 버전에서 바뀐점.
- CHG: OpenSSL 0.9.8i with capieng enabled
- BUG: Applying a patch where a context line had UTF-BOMs
in it failed. (Stefan)
- BUG: Checking out multiple folders from the repository browser failed
to unescape the target folder. (Stefan)
- BUG: If an url had special chars which needed escaping below the
repository root, showing the log did not always work. (Stefan)
- BUG: Comparing two revisions sometimes did not work if the url didn't
exist anymore in HEAD. (Stefan)
- BUG: Diffing/Blaming from TortoiseBlame on merged revisions did not
work in certain situations. (Stefan)
- BUG: Unescape the target paths when exporting the changed files from
the file diff dialog. (Stefan)
- BUG: the 'unversioned' overlay for folders didn't show up for some
unversioned folders. (Stefan)
- BUG: After a "mine before theirs" or "theirs before mine" resolving
action on the right pane in TortoiseMerge, the Undo would not
undo correctly. (Stefan)
- BUG: Failures, even GPF in blame and log dialogs when specifying a
revision range and a peg revision outside that range. (Stefan Fuhrmann)
- BUG: TortoiseMerge sometimes wrongly detected the encoding of files. (Stefan)
- BUG: If a merge conflicted due to added items the progress dialog did not
count these correctly and the context menu missed items. (Tobias Sch�fer)
- BUG: TortoiseMerge could crash if the font size was set smaller than
8 pixels. (Stefan)
- BUG: When a cleanup failed, the error message didn't include the svn
error string. (Stefan)
- BUG: /closeonend was ignored for the (un)lock command. (Stefan)
- BUG: The 'rename' context menu was not available for added files. (Stefan)
- BUG: Entering an URL before non-ascii text in the commit dialog corrupted
the first chars of the non-ascii text. (Stefan)
- BUG: Blame from the repository browser ignored the diff options. (Stefan)
TortoiseSVN Homepage
TortoiseSVN-1.5.4.14259-win32-svn-1.5.3.msi
TortoiseSVN-1.5.4.14259-x64-svn-1.5.3.msi
LanguagePack_1.5.4.14259-win32-ko.msi
LanguagePack_1.5.4.14259-x64-ko.msi
Original Post : http://neodreamer-dev.tistory.com/189
2008/10/15
무료 SVN Server - VisualSVN Server 1.6.1 Released
심각한 버그가 있었나 보다. 1.6 버전을 릴리즈 한지 얼마 되지 않아 1.6.1 버전을 릴리즈 하였다.
2008/06/19 - [Dev Story/Tips] - 그림으로 보는 간단한 개발서버 구축하기
2008/06/19 - [Dev Story/Tips] - VisualSVN Server 와 TortoiseSVN을 이용하기
1.6.1 버전에서 바뀐점
- SVNPathAuthz short_circuit option is disabled (serious
authorization problems are encountered).
- Fixed: installation doesn't recognize the folder where
the previous version is installed.
VisualSVN Official website
VisualSVN Server page
VisualSVN Server Download
Original Post : http://neodreamer-dev.tistory.com/187
Labels:
Subversion
,
SVN Server
,
TistoryOldPost
,
VisualSVN Server
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
)