Showing posts with label svn. Show all posts
Showing posts with label svn. Show all posts

Jan 11, 2012

.svn directory missing after upgrade to 1.7

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

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

May 16, 2011

Problems encountered while moving resources

Hi,

It appears that changing a capital letter package name like:
MONITOR into monitor
Is impossible in eclipse helios version. This happen to me on Windows 7 64bit.

Solution: Change this "MONITOR" into something like this "MONITORa" as a temporary name.
Then change the temporary name to "monitor" this should work.

In case you are using svn or subclipse plugin for eclipse, i thinks that you will need to do commit between changes.

Hoped i helped,
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

Nov 23, 2010

gin.jar

Hi,
Currently there is no jar to download and you must do the job by your self.
To compile gin with ant, svn checkout the latest version from google trunk.
You need to set up a user / system environment variable, restart your IDE and then use ant on build.xml
The new "gin.jar" file will be created in the out\dist directory.
That suite for me. You can also click here for more help.
Dor

svn: Directory .svn containing working copy admin area is missing

Cause:
admin directory inside the .svn directory is missing.
Or you have deleted some of the inner directories inside above .svn directory or the directory it self.
Possible Solutions:
  • Checkout your project again.
  • Undo your delete process before.
Dor

Attempted to lock an already-locked dir

Hi,
It happens sometimes, uncleared to me why, but the solution is simple:
  • Enter to the problematic directory, inside that directory enter ".svn" directory and delete the ".lock" file. Then try to do what you tried before again and see if its OK.
  • Exit your IDE, do the first solution, seek for temp files in that directory too and delete them also. Then try to do what you tried before again and see if its OK.
Else, You got a problem... :) and you need to find more help..
Dor

reset svn eclipse password

This is a windows installation solution, for Linux installations please check the web.
1) Go to, C:\Documents and Settings\yourusername\Application Data\Subversion\auth\svn.simple
2) Delete the file