Tagged Questions
-1
votes
0answers
28 views
not able to find file in SVN
I am using the below code to commit files to the SVN repository. Before committing the file I get the previous revision number, to make sure that nobody else has changed the same file. This code does ...
0
votes
1answer
20 views
SVNKIT=> SVNUpdateClient.doCheckout method - pegRevision?
I am using SVNKit to checkout svn base repository. Earlier I was using checkout to head for that purpose I was using SVNRevision.HEAD. It was working fine without issue.
below is the syntax of same ...
1
vote
1answer
20 views
Apache Subversion pre-commit hook fails
I am trying to configure a pre-commit hook for Appache subversion, which will enforce checkstyle on the java files.
I am new to SVN configuration and hooks so I am using a tested on another server ...
0
votes
0answers
8 views
Using autoprops in eclipse for all files and folders in an svn project
Pre-commit triggers recently introduced to my institution's svn are proving troublesome.
They require every file to have the property:
svn:mime-type=text/plain
svn:eol-style=native
Manually (in ...
0
votes
1answer
15 views
Use maven to compare local file with revision
I have two types of files: A and B. B files are output of A files. Both types of files are under svn control. When you commit them, I need to make sure that the B files are the same svn version as the ...
1
vote
3answers
54 views
Transfering console Java application into Maven [closed]
I am at the beginning of process of trying to transfer existing simple Spring Java console application into Maven. It isn't much complicated app, few Java classes, unit tests a and library ...
0
votes
1answer
37 views
“Cannot find class symbol” error in Maven for running Geo Tools
I am new to using Geo Tools and Maven. I'm following the tutorial and came across a specific error. The code I'm trying to run is available here.
My pom.xml is:
<project ...
1
vote
0answers
23 views
Automate moving to B repository from A repository using svnkit
We have two repository of subversion in our sites.
A Repository : For development.
B Repository : For build and deployment.
Our developers modifies files and then commit to A Repository.
Our ...
0
votes
0answers
12 views
How to convert svnkit's jars to dlls by using ikvmc
I use the fatjar to convert the svnkit's jars to a big jar.
Then I use ikvmc to convert it like this:
ikvmc -target:library myJarPath
Then I use this dll in my C# project,But it has a problem ...
0
votes
0answers
16 views
Compare two xmls to support online file comparison implelementation
In my project; I need to implement XHTML file comparison (Similar to SVN or beyond compare). My files are XHTML and in need to show following file difference in HTML view by applying different class
...
0
votes
0answers
16 views
List the project in the SVN Repository
I need to show the projects shared in the SVN repositroy in a dialog box, so that user can select the appropriate project. I am using the below code to achieve this. The code is working as expected ...
0
votes
1answer
20 views
Is it possible to import specific class from project propreties in Eclipse
I have 2 projects. First project need to include second. When I copy sources from second project to first I need to modify manually import path to R.java file.
The problem is that I need to use SVN ...
0
votes
0answers
18 views
Downloading project files with svnkit is extremely slow
I am a researcher who tries to monitor and study the evolution of projects. For this reason I use a client that uses svnkit to connect to remote respositories and download java projects in order to ...
0
votes
0answers
23 views
A weird behavior for Android export: error code 1
We have an Android application project references a library Project C which references Project A and Project B. Project A, B and C all have resources defined in them. When generating release export ...
0
votes
2answers
73 views
How to use TortoiseSVN together with Eclipse
I want to use TortoiseSVN together with Eclipse.
For now I just want to try it out.
So I use a local folder as repository.
I have installed TortoiseSVN 1.7.13.
I created a folder called 'REPOSITORY' ...
0
votes
0answers
27 views
Ant: Loading a build file from a url
I have a svn controlled project and i'm trying to use ant in Jenkins. The problem is that the build.xml for the project is only reachable by URL. How do i make ant load the build.xml from the URL ...
0
votes
1answer
45 views
Compilation unit is not on the build path of a Java project
I joined an SVN server and checked out the source files a project from that server. In the Eclipse editors, when I hit Ctrl + Space, I got the following error message:
This compilation unit is ...
2
votes
2answers
42 views
jgit logs with change history
I'm trying to show file change history using JGIT. I managed to get the history of commit messages. But couldn't get changes related to each commit (like git log -p) , Basically I need to check what ...
0
votes
0answers
20 views
Differentiate create new from eclipse and SVN update
I have a resource change listener to track the changes made to my project in Eclipse. This listener is invoked with flag ADDED in the below two scenarios:
When I create a new class from eclipse ...
0
votes
0answers
24 views
delete Java packages under SVN control, from eclipse using SVNKit
I m using ResourceChangeListener to detect any changes made to my eclipse project. I want to handle only ADDED and REMOVED event and ignore CHANGE event. When I delete a package/class I am using the ...
1
vote
2answers
94 views
Excluding svn directory when deploying to Tomcat in Eclipse
I have a Java project which is separated into 23 sub-projects that are all checked into a subversion repository. When they are checked out (not using the Eclipse SVN tool) there's a .svn directory on ...
0
votes
0answers
29 views
how to split an existing mavenized project into ear module and web module?
I am trying to move an existing web project from cvs repository to svn repository.
I downloaded the project,disconnected it from the cvs,mavenised it and then wrote the pom.xml file to the best of my ...
1
vote
3answers
33 views
Determine deployed web application version
I am developing web application on Java platform using JSF, Maven build, SVN.
I have already included the application version number, revision, date extra on the jar/war manifest using maven plugin.
...
0
votes
0answers
32 views
Cannot connect to SVN repository
I cannot connect to my svn repository in my BlueJ project
I have created a svn repository in /home/jack/labs/repos/test using
svnadmin create test
I have changed the svnserve.conf to allow ...
0
votes
1answer
36 views
Svn cleanup error
Msg:Previous operation has not finished; run cleanup if it was interrupted
I have this probem when I tryed to update a file.How Can I solve this problem?,I don't want to download all the java ...
0
votes
1answer
76 views
How to change user in eclipse svn repository?
I get eclipse from my friend and his eclipse use his user to communicate with SVN, commit or update. I want to change to my user but i can't. I read these topics, but they doesn't work for me.
How to ...
0
votes
0answers
33 views
Eclipse SVN share project
I've downloaded a project from SVN repo using Tortoise SVN client. I did not download it directly inside eclipse as it was a Maven project and .project file was not present in the project directory. ...
0
votes
0answers
13 views
Subclipse Mounting project
Good afternoon in my timezone
When using turtoise to checkout a project, i did it to a specific folder, and then in Eclipse i create a workspace pointing to that folder, all the projects inside the ...
-3
votes
1answer
58 views
Download file using SVNkit Java
Can someone please help a noobie, who wants just to get file from svn repository. It's svn+ssh ://location.
Also repository needs to be updated before use.
(svn up)
I'm using SVNkit - Java
Thanks in ...
1
vote
1answer
33 views
Problems using commons digester to parse subversion XML output
The Subversion XML formatted output is a combination of attribute and elements - particularly within the <path> element - see the sample below:
<?xml version="1.0" encoding="UTF-8"?>
...
0
votes
1answer
31 views
SVNkit 1.7.8 JAVA Basic stuff
Is there any webpage that holds basic programs, which are using Java SVN kit, that do simple stuff with svn like: co, info, update etc.
I'm reading API, but I need just some simple stuff for ...
0
votes
1answer
29 views
Can historical management be simulated with a SVN?
Introduction:
Hello,
basically what i need to do is to simulate historical management (in the terms of DB historical management) for a set of files, containing compilable and executable pieces of ...
-1
votes
1answer
22 views
Sending last version from SVN to Tomcat6 webapp directory
Well, I have a SVN Server where is all my application, my doubt is very simple but i can't find any good answer in internet. I want to know if have some way to automatic "copy" the last version of SVN ...
0
votes
1answer
42 views
relative path from pom.xml does not get resolved when using git
I have a strange issue which I guess comes from git. In one of the poms in the projects I'm trying to build there's a call to some source-generator with a config-argument like ...
0
votes
2answers
43 views
Can't delete Tortoise SVN meta file after Java writes to it
I made a simple Java utility to do some simple operations on a source project folder (checked out from SVN). For some reason after Java copies or changes the files, I can't delete the SVN meta data ...
0
votes
1answer
65 views
How to Deploy Java Project using SVN in Eclipse IDE? [closed]
i'm new to the Using SVN tool,
How to Deploy java Project Using SVN in Eclipse IDE.
Please explain any one step by step process in SVN tool in Eclipse IDE.
1
vote
2answers
188 views
Problems to installa Subeclipse Eclipse plugin, JavaHL Library missing
I have installed Eclipse Kepler on my Ubuntu 12.04 LTS system and I am finding many difficulties installing Subclipse plugin on it.
I have do the following steps:
I am go into Help ---> Install New ...
-1
votes
1answer
53 views
Maven compile dependency instead of taking it out of the local repo
I am sorry i don't know maven good enough for the complex environment i am currently working in (1k+ applications, most of them are Java EE). I still give it a try to describe what i want to archive:
...
0
votes
0answers
35 views
java import and annotations selected during build
Given are several Entity-Files whith the following differences, either TableGenerator or SequenceGenerator:
import javax.persistence.TableGenerator;
import javax.persistence.SequenceGenerator;
...
0
votes
1answer
32 views
how to access resources actionbarsherlock jar
I put my project up on svn, and i shared 2 projects, mine and actionbarsherlock library
However, every time i checkout the project or update it, the actionbarsherlock library seems to be gone, so i ...
0
votes
1answer
80 views
Can't find artifact in SVN repository
I want to set my project to dependency with another project that i have deploy to SVN repository already but the problem occur it said like this:
SLF4J: Failed to load class ...
4
votes
2answers
176 views
SVN Showing question Mark(?) With each file in eclipse
In eclipse Kepler i have took the project from SVN and when i am doing Right Click on Project->Team->Sychronised With repository it is showing 10000 changes while few our back i took the whole ...
0
votes
1answer
77 views
Renaming the package in AndroidManifest is not working
I am trying to create 2 different apk's from the same project which will be installed in the same device simultaneously. I am doing this by changing the package name in AndroidManifest file and then ...
0
votes
0answers
123 views
How to deploy from my local repository to a remote Maven repository
I'm new with maven and I have problem with deploy my maven project in eclipse in kepler to Subversion repository. I have look to website I don't know how to config ~.m2/settings.xml for my ...
0
votes
0answers
34 views
while importing SugarCRM package, Getting an Error “Inconsistent class hierarchy” in respective “SugarsoapBindingStub.java”
Did anybody have solution How to remove that error, Although i have imported following recommended library for this purpose to solve. I am eagerly waiting for solution!
axis.jar
axis-1.4.jar
...
0
votes
0answers
28 views
Eclipse subversive on dev box issue
I recently started on a new project where they do not have eclipse working with subversion. They say it is not possible because our dev boxes do not get internet connection. However, I'm not so quick ...
0
votes
1answer
49 views
How to send source code without SVN stuff?
I worked on a project using SVN repository. Now I have to send the source code to the client but I want to send it without SVN directories (hidden .svn directories).
How can I do that?
0
votes
0answers
76 views
SVNKit Checkout Slow
From a webapplication (ran in Tomcat/Jetty) I do a svn checkout to the localhost with SVNKit as follows:
final SvnOperationFactory svnOperationFactory = new SvnOperationFactory();
try {
...
1
vote
1answer
85 views
How do I SVN checkout using a Private key authentication?
I have to check out some code and run it in my eclipse. I am working on Windows. I have the URL:
svn+ssh://[email protected]/GoogleCloud/10.0.0
Below is my screenshot of my eclipse in ...
0
votes
2answers
45 views
Why is my project not compiling?
I checked out a new version of my project from svn and now Java has made the easy thing difficult. I don't know what is wrong and I can't even build the project. What should be done? The code should ...