Tag Archives: svn

[unable to read project file xxxxx, XXX failed to load project file, name cannot start with “<" character (hex value 0x3c)] exception handling method

Recently, I took over a new project. I downloaded the source code from SVN server to local. When I opened it with visual studio, I reported this exception at the moment of opening it.

Loading D: \% project \% SVN\ xx.csproj …

D:\Project\SVN\ xxx.csproj : error: unable to read project file“ xxx.csproj ”。

D:\Project\SVN\ xxx.csproj (20,2): failed to load project file. The name cannot start with the “& lt;” character (hex value 0x3c). Line 20, position 2.

Then, according to the prompt, I found the position of line 20. Sure enough, there are some problems here.

This is caused by something wrong with SVN. SVN version control software will add content to the csproj file. There should be something wrong with one step.

Solution: in the csproj file, find the problem line, and then delete it from line 20 to line 26.

SVN Error:svn: E230001: Server SSL certificate verification failed: certificate issued

Cause analysis: SVN certificate failed

Solution:

1. Open command desk (CMD)

2. Enter SVN LS address (example: SVN LS) https://111.111.111.111/svn/abc )

3. After the console outputs, enter P and enter (this command is to ask SVN to ignore the certificate and then follow the prompt to solve the problem of server SSL certificate verification failed: certificate issued)

Idea always reports errors when using “SVN” to associate projects Error:Cannot run Program “SVN” (in directory “path XXXXXX”): CreateProcess error = 2,

 

Using the new project tool idea interface to import SVN project, an error is reported

Error:Cannot run Program “SVN” (in directory “path XXXXXX”): CreateProcess error = 2 the system cannot find the specified file.

Error performing cleanup for cannot run program CreateProcess error = 2, cleanup/history/update all report errors.

The main reason for the error is that I didn’t install the command command when installing SVN. Just re install it.

1. Open SVN installation tool


Just go to the next step to install.

2. Re open idea to automatically match svn.exe Orders.

Click checkout to complete

appear org.springframework.beans . factory.BeanCreationException Causes and solutions of abnormal

1 Abnormal description
After checking out the project from SVN and configuring it, start the Tomcat server and report the following error:

2 Abnormal Causes
By observing the abnormal information marked in the figure above, we can know

Org. Springframework. Beans. Factory. BeanCreationException: Error creating bean with the name ‘XXX’

This exception is: Injection bean failed exception.
To put it bluntly, if this exception occurs, the corresponding bean cannot be found! The reasons why bean injection can fail include but are not limited to the following:
The corresponding bean is not annotated; @service stead of dubbo; Select the wrong automatic injection method, etc.
3 Solutions
Now that we know the cause of this exception, we look back at the corresponding Bean declaration and see that the code that injected the Facade is:

@Autowired
ErrorCodeFacade errorCodeFacade;

Well, here’s the mistake! In general, when injecting interfaces at the Service and Biz layer, you can use @Autowiredfor example:

@Autowired
ErrorCodeService errorCodeService;

But, when injected into the Facade layer interface, should use the RemoteServiceFactory. GetService () , such as:

ErrorCodeFacade errorCodeFacade = RemoteServiceFactory.getService(ErrorCodeFacade.class);

That is, the exception is resolved by declaring the ErrorCodeFacade with the code above.


Warm prompt: there are many reasons for this exception, the above only lists the problems I encountered and solutions, I hope to be helpful to you!

Linux Installation Error Handling

The Repository WandiscoSVN is listed more than once in the configuration
http://opensource.wandisco.com/centos/6/svn-1.7/RPMS/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 6 – “Cant’t resolve host ‘openSource.wandisco.com ‘”

Error: Cannot retrieve repository metadata (repomd.xml) for repository: wandiscosvn. Please verify its path and try again
Error: Cannot retrieve repository metadata (repomd.xml) for repository: WandiscoSVN

In the domain name server configuration. Add an 8.8.8.8 and you’ll be fine:

# vi /etc/resolv.conf

# Generated by NetworkManager
nameserver 8.8.8.8

Svn notes: error reporting in use

Error reported during use of SVN
1. The Error while creating module: org. Apache.. Subversion javahl. ClientException: Authorization failed
the SVN: authentication failed
Happened: after start SVN service, for the first time to submit project
solution: modify the configuration files of the storage directory svnserve. Conf, passwd, authz:
the first one to open the anonymous access. Modify the svnserve.conf file and change the anon-access value to write
.
modify svnserve.conf file:
en auth-access = write, password-db = passwd, authz-db = authz and set anon-access to none(otherwise error 5 will be reported)
m>y the passwd file:
add user username = password in the form of a

modify authz file: to add

set the permissions on the combination of operation such as:
[/] #
aifa = rw #
@kaifa = rw #
cesh>r # Read-Only
* = #
4
[/] # <>> @kaifa = rw #
ceshi = r # Read-Only
* = #
2. The Filesystem has no item SVN: URL ‘SVN:// localhost/OA/DesignPattern’ non – existent in revision 2

solution:
en this error occurs, we can find what symbol is on the project?And *, we just need to right-click, submit the project again,
and put it into the repository

3. SVN: E200009: Submission failed (details below):
SVN: E200009: “F:\workspace\SVN\SpaceJohnnie\OA\ hello.txt” is not under version control

F:\workspace\SVN\SpaceJohnnie\OA> SVN commit hello.txt
SVN commit hello.txt
br> SVN commit hello.txt

4. SVN: E205007: Commit failed (details below):
SVN: E205007: Unable to get log information using external editor; Consider setting the environment variable $SVN_EDITOR, or
with the –message (-m) or –file (-f) options
n: E205007: No SVN_EDITOR, VISUAL or EDITOR environment variables are set, and
h>o “editor-cmd” option in the runtime configuration parameters

SVN commit hello.txt
br> s>ommit -m “First commit” hello.txt

>commit -m “First commit” hello.txt
5.Item is not readable
SVN: encountered an unreadable path; Access denied.
happened: an error occurred when
access configuration, the anonymous access is not a value to none, namely: anon – access = none
solution:
modify svnserve. Conf file Settings anon – access = none

Common solutions to errors in checkout or commit of SVN

In using SVN checkout or commit times wrong, a similar error message as below

according to the prompt, the first thing we can choose to use the SVN menu of “clean up” option is trying to solve this problem

if the clean after found the problem still exists, we can give the correct local warehouse file backup to other directories first, then delete the error documents of local warehouse, from the remote warehouse to pull, and then compare our backup files related modification operations, You can recommit

svn process exited with error code: 1

Error appears when SVN is used in IDEA to submit the code: SVN Process exited with error code: 1. The following Settings can be used to solve the problem:

 
Check the first one, leave the second one unchecked, clear the cache again, and enter the account number and password again when submitting later.
 
 
If this error occurs:
Can’t use Subversion command line client: svn Probably the path to Subversion executable is wrong
 
Refer to this address at https://blog.csdn.net/fuqiang3270/article/details/68945645
 

MacOS Catalina (system): xcrun: error: invalid active developer path(), missing xcrun at / Library

Question why
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
A scenario
git
SVN is not working properly
Idea suggests that the SVN path is not correct
The solution
Open the command terminal to run

xcode-select --install

After entering, the system will pop up and download the Xcode component. Click “Ok” and the download will be completed.
xcode-select: note: install requested for command line developer tools
Problem analysis
At first, I thought the SVN path was incorrect, but it was correct after repeated confirmation.
If you think SVN is gone, consider the MAC’s own Subversion can’t go wrong.
Finally, In SVN — Version, I was given an error notification prompt:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
And Then I Command C, Command V, and I open Baidu, and I do it all at once.
The problem summary
A lot of Mac software relies on xcode’s precursors.

Error code is 2502 / 2503 when installing MSI format installation package under win10 or win8

An error was reported when installing SVN (MSI format) under Win10:

The installer has encountered an unexpected error installing this package.this may indicate a problem with package.the error code is 2502.

The installer has encountered an unexpected error installing this package.this may indicate a problem with package.the error code is 2503.

finally found that usually in win8 or win10 under the installation of msi format package may appear when the error.

this is the permission problem of the system, the solution is as follows:
1. Combine the keys win+x and select “command prompt (administrator)”

2, run command: msiexec /package “install package path”

Jenkins SVN error Server SSL certificate verification failed: issuer is not trusted

Jenkins was used for continuous integration in the project. SVN command was found in the BAT file and BAT Times: Server SSL Certificate Verification Failed: Bach is not trusted was executed
The server SSL certificate has failed to authenticate and the issuer is not trusted
The solution,
Add: –non-interactive — trust-server-CERT after the SVN command. Can solve
Refer to SVN for the meaning of the command.