Archiva: Ghost repositories - how to get rid of them ? - archiva

It appears that my archiva repository is showing jar files which correspond to artifacts which do not exist any longer. How can i remove them ?

Should be fixed in last 1.4-M4 you can delete this un the ui.

Related

Egit listed every file that was built in compare view after I run Ant to build the project

Guys:
I would know how to set up Eclipse so I can compare with my local project with head revision on remote server with EGit. Here is the situation: I imported a new project with Egit smoothly. However, I want to compare with head revision or a commit with my local project after I did some change. To my surprise, the eclipse listed every file in Build directory after I run ant to build the project. The file that I really updated was not even listed in compare with view. I attach a screen snapshot to show what is going on. Can anybody tell me how to set up compare with in eclipse?
Thanks a lot!
Sam
I faced the same issue.
Delete the .gitignore file (if present)in your directory. Refresh
Add files to Index.
The .gitignore specifies the pattern which will decide whether to ignore a path.
Note: Deleting the .gitignore is harmles and will show each and every change made in your repository including whitespaces.
Adding files to Index: will check for the new files and changes made, stages these files.
Thank You. I hope this will be helpful to you.

Subclipse shows conflict on folder, no way to merge

I'm using Juno SR2 on Windows, with Subclipse 1.8 (JavaHL 1.7.9), against a svn:// repository. Sometimes during synchronization I would see some folder is marked in red as having conflict, the files under the folder are all checked in without issue, just the folder itself having this problem. I don't want to revert, so I tried "Mark as Merged", but this pops up error " (Access is denied)", I have no idea what this means or how to resolve it.
I often get this problem after ignoring resources in subfolders of the folder in question. Simply updating the folder gets rid of the conflict.
I confirm that when you make a svn update to the folder it resolves the problem.

Trying to share previously deleted project in SVN I get odd message

I erroneously shared a locally developed project into trunk. I deleted it in Eclipse SVN Repository Exploring view. It no longer appears in the repository view. Then I tried to share the project into the correct branch and I get this message:
The project "Project1" already exists in repository and has some
content. To connect the local project to the specified location, the
repository folder content should be checked out. Please consider that
applying local changes can cause resource conflicts. For example, if
the local file has the same name as the remote directory the working
copy of the file will be obstructed.
Do you wish to proceed ?
There is no project with that name in SVN that I can see.
After trying unsuccessfully to find any references to this message I chose yes for proceed. Then it looked like it was uploading multiple projects and files that didn't belong to this project -- the title on the dialog box was Share Projects rather than Share Project as well -- so I pressed cancel.
Anybody know what is happening here?

Accidentally deleted project configuring github on eclipse. How do i get it back?

I "committed" my java project -or tried to. I only just downloaded egit for eclipse and was trying to configure it. I realized my project had not been uploaded so tried to delete what i did to start again.
I thought I was just deleting the commit but it deleted the whole project locally! It's not in my trash either.
Anyone any idea how to get it back?
Basically, if you didn't push the file to the remote repo and you deleted the entire project, then you have lost your local git repo. Check your recycle bin, or try to do a hard drive recovery, if you are lucky. Otherwise...S.O.L. Sorry :-(

SVN in Eclipse: Cannot commit certain folders

I'm using SVN within Eclipse. Whenever I change a file I commit the changes. It works for everything except for three certain folders (which contain certain files) I cannot commit. When trying to commit them I receive the following error message:
workspace\yp\src\yp\forum\locale\cs is one of the three uncommitable folders. The folder definitely doesn't exist on the server yet, but I get the above error each time I'm trying to upload it.
How do I solve the problem?
EDIT: I've deleted the .svn folders from the problematic directories. I still get the same error when trying to commit and the problematic directories have no .svn folders.
EDIT: I'm still trying to fix the problem. Now I get another error message when trying to commit:
EDIT: Now I've tried to do Team --> Cleanup and got that error message:
Move the problematic folders out of the way, then do Team->Update which will recreate the folders from the repository.
Then you can copy your changed files back.
This problem can arise when there are files in a folder checked into the repository that only differ in case - which is not supported in Windows. So it might be worthwile to look at the repository with a repository browser - if it is http:// then the web browser will do.
try deleting .svn folder in your pc and try adding folder or file again.
Extract your project from SVN to a new folder.
Erase all sourcecode files ( something like any file but .svn ) and replace with the ones from your previous working folder.
Try Team/Cleanup in Eclipse (right click in Project explorer or Navigator)