-2
votes
0answers
12 views

Download log file from repository with SVNkit [closed]

I want to download the log file as txt of a repository to my disk with the SVNkit. How can I do it? I just don't know how to use SVNkit to do it.
0
votes
2answers
28 views

Is it possible to call an EAR with a script ?(an deployed EAR on jboss 7)

I would like to write an SVN pre commit hook script that would be able to call an EAR that is deployed on jboss 7. I mean that when the script is executed it would be open the web navigator and call ...
1
vote
0answers
11 views

jface dialog to show svn repositories

From my eclipse plugin, i have a dialog where user can select classes. To achieve this I am using the below code. JavaUI.createTypeDialog(new Shell(), null, SearchEngine.createWorkspaceScope(), ...
0
votes
1answer
42 views

how to download entire project from SVN repository using SVNKit from java

I am able to read a contents from SVN repository file by file using SVN kit. But my requirement is to download entire project from SVN repository to my local directory Using SVN kit java code for ...
0
votes
0answers
21 views

NetBeans and SVN. Not allow edit file that was checked out by another user [duplicate]

I'm developing project using Net Beans. I need to start developing this project with team using SVN server. Is it possible to ask Net Beans not allow edit file if it was edited (I hope Net Beans will ...
0
votes
1answer
25 views

after changing computer some texture does not get draw anymore [closed]

Hey, I hope you can help me. I checked my project out from an SVN, and I can run it as normal, but it doesn't draw everything. As you can see there is the lifebar as ther should be. Under it would ...
0
votes
1answer
28 views

Eclipse SVN projects not finding .class file

I have a java project in eclipse that was imported from SVN with the subclipse plugin. If I attempt to add a class to the project, it won't create the .class file so it says "Error: Could not find or ...
1
vote
1answer
41 views

svnkit, list all files of a svn repository, without checking out the files

svnkit.com is a svn library in java. For instance, you can get the log of a svn repository as follows: SVNClientManager.newInstance().getLogClient(); SVNLogClient.doLog(SVNURL url, String[] paths, ...
0
votes
1answer
39 views

Programmatically pulling different versions of a file from an SVN repository?

I would like to be able to pull different versions of a file. Does subversion support a protocol that allows this ? If not, what documentation could I look into to figure out how to list and retrieve ...
0
votes
1answer
43 views

Error message when opening Eclipse

What does mean this when I open Eclipse? Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in java.library.path no ...
0
votes
1answer
61 views

Adding SVN arguments in maven-release-plugin

During a mvn release:prepare, maven-release-plugin needs to make some commits (tag and new poms). I need to be able to add arguments to this SVN command without changing anything but the pom.xml ...
-1
votes
0answers
23 views

SVN Checker for JSP files

I want to perform check for some jsp tags. I am having some rule in JAVA and want it to run at the time of committing jsp files with pre-commit hook. I donot want to use SVN CHECKER instead i want to ...
0
votes
0answers
35 views

What are these numbers in Jenkins' Recent Changes screen?

In Jenkins, if you navigate to YourProjectName >> Recent Changes you will see a screen that looks like this (I apologize in advance for the crummy screenshot, for privacy reasons I had to blot ...
3
votes
1answer
55 views

Efficient way to find out who added a file in Subversion initially

Is there an efficient way to find out programmatically, who added a file in Subversion initially, other than parsing the history manually? Preferably with the SVNKit Java Library or on the command ...
0
votes
1answer
38 views

SVN symbolic links transparent to Linux and Windows

This is how my SVN looks like now SVN + trunk + src + pom.xml and I want to add + trunk_alternative_pom + src -> SVN/trunk/src + pom.xml so when I update the project (in ...
0
votes
0answers
35 views

Linking to text-only HTML “go to line”

I have a question but I'm pretty sure the answer is no, so I'm open to ideas to solve my problem. The problem: I have a program with two versions of code, an online live/production version and a ...
-2
votes
0answers
41 views

Deleted files on Eclipse are keep in workspace [closed]

I have an Eclipse project, i am using SVN as the CVS, i have some Files in the SRC folder, which i load and process in one of my java classes. I deleted one of this files from my project, and ...
0
votes
1answer
44 views

SVNError: File already exists: org.tmatesoft.svn.core.SVNException

By code I was importing file to SVN repository like : SVNCommitClient client = new SVNCommitClient(authManager,null); client.doImport(file,SVNURL.parseURIEncoded(<SVN Path>), "Am ...
0
votes
0answers
30 views

Watching/Polling FTP location

Could anyone suggest an open source library in JAVA to monitor FTP location changes? I'm trying to monitor the changes in FTP location and once the changes are detected, changed files are to be copied ...
0
votes
1answer
49 views

File Management Server in JAVA

I have an application(SWT) where i need to manage a file at the server end. By managing i mean 3 things, writing contents to the file, applying read/write lock mechanism to it and displying the same ...
0
votes
0answers
112 views

java.io.FileNotFoundException:(The system cannot find the path specified) after a machine move

I was working on an application fine on my laptop, backed up the project using subversion on java.net, downloaded it onto my desktop to carry on working and I am now getting this error: ...
1
vote
1answer
118 views

unable to connect to HTTPS svn server using svnkit from java app deployed on Heroku

I am using the svnkit to get some information about our svn repository. I used the examples mentioned in the svnkit documentation and I was able to fetch the details when I run the example in my local ...
1
vote
3answers
77 views

Issues with Eclipse while working on and Android project

I am currently developing an application with my software engineering classmates. I am experiencing a few issues with Eclipse, however. But first, some information about my Eclipse: I am running ...
0
votes
1answer
37 views

Resource not gets committed into svn repository, even if it is non-conflict file

I have to do merge my dev-branch into trunk, if I do the merge process in eclipse, not able to merge some of the resources into trunk from branch. Some of them get conflicts, even if these are ...
0
votes
2answers
519 views

maven release -> peer not authenticated

I'm experimenting a bit with releasing my software (I've never done this before) and so far I've been able to execute mvn release:prepare. As I'm executing release:perform I get the following error: ...
-3
votes
1answer
33 views

Can Nexus (Sonartype) be used with maven projects in the same way that we use SVN with Java EE projects to handle the version control? [closed]

Can Nexus (Sonartype) be used with Maven projects in the same way that we use SVN with Java EE projects to handle the version control?
0
votes
2answers
53 views

Compare Local checkout version with SVN current version

It is possible to check the locally checkout revision number with repository current version. i.e I checkout a file from repository and made changes locally, before i commit other user checkout the ...
0
votes
1answer
36 views

How to get history for all the pages of SVN

I am checking out my entire code from SVN a server and export it into eclipse. If I do history check for a page (by going Right click -> Team -> Show History), it will show me history from all user ...
-1
votes
1answer
53 views

How to create local repository using subversion eclipse plugin which is available to multiple users [duplicate]

I have a selenium web driver + Eclipse project code in a folder in my local C drive. I want to share it other users using Eclipse. How can I do that? I tried to add eclipse subversion plugin but I ...
0
votes
2answers
74 views

How to create SVN stats using ANT?

I am sure I have seen this in maven but not sure how to do it in ant: How can I get a list of commiters with their (preferably relative) amount of commits i.e Sam 80% Joe 10% Mike 5% Phil 5% ...

1 2 3 4 5 17
15 30 50 per page