Hi,
After upgrading my TortoiseSVN to the latest version from 1.6.12 and as well as my SilkSubversion.
I Checkout my project from svn again (not relate to the upgrade) and noticed that only the root directory contains the ".svn" folder.
Child folders doesn't contain the ".svn" folder any more.
After a lot of digging it came out that from version 1.7.X of tortoise and silk there won't be any child ".svn" folders (hidden) anymore. Only one folder in the root.
+
If you work in eclipse, you need to uninstall (unless till you read this they will upgrade it) the old subversion/svnkit/javahl plugins from it and install it again using this updated site
"http://subclipse.tigris.org/update_1.8.x"
Hoped it helps,
Dor
Showing posts with label subversion. Show all posts
Showing posts with label subversion. Show all posts
Jan 11, 2012
May 31, 2011
The SCM for this project has blocked this attempt to wipe out the project's workspace.
Hi,
It happen when i tried to wipe out the Hudson workspace. I have noticed also that this issue already open on Hudson Jira.
Solution: To wait for Hudson team or to do it manually.
Dor
It happen when i tried to wipe out the Hudson workspace. I have noticed also that this issue already open on Hudson Jira.
Solution: To wait for Hudson team or to do it manually.
Dor
Dec 30, 2010
create / install new subversion (svn) server as a windows service
Not once i have been asked how to create a new service for the subversion aka svn server in windows.
So, the solution in command line is very simple:
sc create Subversion binpath= "c:\SVN\svn-win32-1.6.2\bin\svnserve.exe --service --root c:\SVN\Repository" displayname= "Subversion" depend= Tcpip
displayname = can be anything
Hoped i helped a bit,
Dor
So, the solution in command line is very simple:
sc create Subversion binpath= "c:\SVN\svn-win32-1.6.2\bin\svnserve.exe --service --root c:\SVN\Repository" displayname= "Subversion" depend= Tcpip
displayname = can be anything
Hoped i helped a bit,
Dor
Subscribe to:
Posts (Atom)