Start here

Home
About Klocwork
What's new
Fixed issues
Release notes
Installation

Reference

C/C++ checkers
Java checkers
C# checkers
MISRA C 2004 checkers
MISRA C++ 2008 checkers
MISRA C 2012 checkers
MISRA C 2012 checkers with Amendment 1
Commands
Metrics
Troubleshooting
Reference

Product components

C/C++ Integration build analysis
Java Integration build analysis
Desktop analysis
Refactoring
Klocwork Static Code Analysis
Klocwork Code Review
Structure101
Tuning
Custom checkers

Coding environments

Visual Studio
Eclipse for C/C++
Eclipse for Java
IntelliJ IDEA
Other

Administration

Project configuration
Build configuration
Administration
Analysis performance
Server performance
Security/permissions
Licensing
Klocwork Static Code Analysis Web API
Klocwork Code Review Web API

Community

View help online
Visit RogueWave.com
Klocwork Support
Rogue Wave Videos

Legal

Legal information

Renaming a project URL in a kwxsync storage file

If you move a project to a different server or need to update the port number, for example, you can rename the project URL in your storage file by using the kwxsync rename utility. Doing so saves time because you don't have to rebuild the storage file.

Usage

kwxsyncutil change-url --storage <storage_path> --old <project_URL_1> --new <project_URL_2> 

Specify the storage file that you need to update, followed by the project URL that you need to replace, and the new project URL.

The project URL has the following format:

http(s)://<klocwork_server_host>:<klocwork_server_port>/<project>

Use https:// if a secure Klocwork Server connection has been configured.

Example

kwxsyncutil change-url --storage /opt/klocwork/storage/storage.dat --old https://server01:8080/my_project --new https://server02:8080/my_project

In this example, you have moved your project from server01 to server02 and need to update the project URL in the storage file called 'storage.dat'.