Slik is a svn command line client and svn hosting provider.
Questions tagged [slik]
10 questions
25
votes
5 answers
Where is the Subversion global config file for the Slik SVN client for Windows?
Does anyone know where the SVN global config file is for the Slik SVN client for Windows? Specifically 64 bit?

Darren
- 10,631
- 8
- 42
- 64
11
votes
1 answer
svn: E160013: File not found: revision 21602, path 'XXX' SVN Log Query
I am trying to query the SVN Log to get an XML output for a feature branch to include all revisions between 2 dates using SlikSVN cmd line. I am getting the error above "svn: E160013: File not found: revision 21602, path 'XXX'". When I browse to the…

user1336850
- 111
- 1
- 1
- 3
2
votes
2 answers
Can I mix Tortoise SVN , Slik Subversion subclipse?
Wondering if I can use different Subversion clients on the same working files or if the .svn metadata is specific to one type of client. For example, can I check out files in Tortoise or subclipse, and perform some of the tasks using command line…

Fredrik L
- 1,790
- 4
- 21
- 28
2
votes
0 answers
export slik grid data to excel using jquery
I have slikgrid to show data. I am using code like
DB return a data string separated by # then by splitting it I am creating slikgrid
for (i = 0; i < DBstring.length; i++) {
var val = DBstring[i].split('#');
d["column1"]…

Jayanti Lal
- 1,175
- 6
- 18
1
vote
1 answer
SlikSVN Command Line in PowerShell, Merging Multiple Revision Runs and Cherry Picked Reviisons
I am using SlikSVN in PowerShell to automate merges. There are 4 possible scenarios in which a merge can be done, the first 3 I have the syntax sorted:
Cherry picked revisions only
svn merge --non-interactive --no-auth-cache --username LoginID…

user3762629
- 11
- 1
0
votes
1 answer
Committing moved files in Subversion
I moved a file from one directory to another but wanted to preserve the versioning history, using SlikSVN, the command line client:
svn move old\dir\File.ext new\dir\File.ext
What I get when I run svn status is
D old\dir\File.ext
>…

amphibient
- 29,770
- 54
- 146
- 240
0
votes
1 answer
How to get user details from svn?
How can I retrieve details for a user (like their name and email) from their username from svn? I am using SlikSVN, which is a command line client.

amphibient
- 29,770
- 54
- 146
- 240
0
votes
1 answer
How to checkout/update file under different name in SVN CLI?
In svn CLI (AKA SlikSVN), how do I check out (update) a remote file foo.txt under the local name foo1.txt?
To avoid terminology confusion, by "check out (update)", I mean simply download the file from the remote repo locally but there is already a…

amphibient
- 29,770
- 54
- 146
- 240
0
votes
2 answers
Which provide the best grid performance Angular Grid or Slik Grid or any other?
I was planning to make a grid based application. i have 2 main requirements:-
1-performance
2-Some Excel type look and functionality.
I was thinking about angular js.
But i have heard that angular js with angular grid has very bad performance…

Hardik Munjaal
- 93
- 1
- 13
0
votes
1 answer
How to use Beyond Compare 3 as external SVN (SlikSVN) merge and diff tool on Windows?
I want to configure SVN command line client SlikSVN with Beyond Compare 3 as external diff and merge tool. How to do this?

Jan Święcki
- 1,611
- 2
- 16
- 28