Tagged Questions
The pysvn tag has no wiki summary.
4
votes
1answer
572 views
pysvn with svn+ssh
I'm working with pysvn, and I'm trying to find a decent way to handle repositories that are only accessible via svn+ssh. Obviously SSH keys make this all incredibly easy, but I can't guarantee the end ...
3
votes
1answer
62 views
pysvn prompts for password with svn+ssh
I'm writing Python app which uses pysvn to get svn log history. It works ok for http:// like urls, but for svn+ssh:// I get prompted for a password on the command line!
I use callback_get_login to ...
3
votes
1answer
100 views
pysvn on a webserver
Are there any web hosting providers who have pysvn (http://pysvn.tigris.org/) included in their python modules, or who allow you to add additional modules such that I can install it myself? Many ...
3
votes
1answer
198 views
Requesting information from the user inside a GTK main loop
I am learning Python by building a simple PyGTK application that fetches data from some SVN repositories, using pysvn. The pysvn Client has a callback you can specify that it calls when Subversion ...
3
votes
2answers
633 views
How to catch login failures with PySVN?
I'm new to Python and PySVN in general, and I'm trying to export my SVN repository using pysvn. Here's my code:
#set up svn login data
def svn_credentials (realm, username, may_save):
return ...
3
votes
1answer
312 views
Compiling pysvn (win64)
I've tried to find the 64bit version for pysvn for a while now. The author say he cannot compile it for me because he have no 64bits system to test on.
So I downloaded the source from ...
2
votes
1answer
95 views
Uninstall pysvn in Mac OSX 10.5
I installed the wrong version of pysvn in my system using the .dmg. I realized the mistake and removed the pysvn folder from ...
2
votes
3answers
93 views
is it possible to access subversion from ironpython?
Python has a subversion bindings called 'pysvn' that can be used to manipulate subversion repository. Does something similar exists for IronPython?
My test platform in Windows 7 64-bit with Vsual ...
2
votes
1answer
488 views
SVN serve and PySVN Error message: Expected FS format between '1' and '3'; found format '4'
For research purposes, I copied a SVN repo to my Windows machine using svnsync so I can replay on my machine without loading the actual server.
I've been using PySVN in scripts to control the ...
2
votes
1answer
630 views
Find the file with a given SVN URL within a SVN working copy
Given a starting point in a Subversion working copy (e.g. current working directory), and a target SVN URL, I'd like to find the file in the working copy that has that SVN URL.
For example, given ...
1
vote
1answer
20 views
Do a 'svn update --set-depth=infinity' with pysvn
I have a python script which does a partial checkout. At some point I want to do an reintegration. Before that I have to checkout the complete directory tree. My working copy contains the root which ...
1
vote
2answers
713 views
Get HEAD revision number of SVN Repository with PYSVN
I'm using pysvn to monitor the changes in a Subversion directory.
This is how i get informations from revisions:
(...)
svn_root = "http://svn/"
client = pysvn.Client()
from_revision = ...
1
vote
1answer
146 views
how to add a file as an svn:external using pysvn
I am working with pysvn, I want to a folder to repository as an svn:external .
any idea how to do this in pysvn?
1
vote
1answer
256 views
How to cache username and passwd in pysvn
here is my code
#!/usr/bin/python
# -*- coding:utf-8 -*-
import sys
import pysvn
def main():
client = pysvn.Client()
client.callback_get_login = lambda realm, username, may_save:(True, ...
1
vote
2answers
371 views
Failure loading py2exe'd program when including pysvn
I am attempting to run a py2exe'd program (package.py) that includes pysvn. It is failing to run with the following error:
Traceback (most recent call last):
File "package.py", line 27, in ...
1
vote
1answer
531 views
pysvn client.log() returning empty dictionary
i have the following script that i am using to get the log messages from svn
import pysvn
class svncheck():
def __init__(self, svn_root="http://10.11.25.3/svn/Moodle/modules", svn_user=None, ...
1
vote
1answer
1k views
Does PySVN need Subversion installed?
I have python script that uses pysvn and checks out or updates a local copy obtained also from a local repo.
client.checkout(url,
path,
revision=pysvn.Revision(pysvn.opt_revision_kind.number, ...
0
votes
1answer
38 views
Pysvn installer fails to detect Python installation
I have Python 2.7.2 installed in the default location, C:\Python27.
I've downloaded pysvn 2.7 from http://pysvn.tigris.org/project_downloads.html > Windows installation kits. Pysvn Windows installer ...
0
votes
0answers
19 views
pysvn: How determine if commit is a tag
how to determine with pysvn if a commit was a tag ? This info is visible within TortoiseSVN "Revision Graph" and I need this info within a python script.
0
votes
1answer
28 views
pysvn file copy function in revision
I use pysvn 1.7.5 to access my svn server.
If I want to copy a single file from a svn Server to my local disk there are no pysvn function implemented. But if I make a connection by https I can copy ...
0
votes
0answers
17 views
sun studio gives an error that the module is declared twice
I'm trying to compile pysvn on Solaris 10 (CC: Sun C++ 5.9 SunOS_sparc Patch 124863-01 2007/07/25)
I get the following error:
"pysvn.cpp", line 359: Error: the_pysvn_module is initialized twice.
...
0
votes
0answers
62 views
URL doesn't exists - pysvn export
When im trying to export file like this:
client.export(svn_repo+"/dir/%28File name%29.xml", dest , force=True)
i get URL doesn't exists error. File exists in svn and i can export it using:
...
0
votes
1answer
155 views
How do I include and link pysvn with my python script?
I am working on a tool that uses pysvn. The previous writer of the tool included pysvn1.4 with it, so that it could be used on any machine that had python, without needing to download or install ...
0
votes
0answers
61 views
pysvn workbench view tags
I am using pysvn workbench on debian/ubuntu hoping something like Windows tortoise. It is fairly good. I was wondering whether there is a file view with all svn tags. I cannot find it. How do you do ...
0
votes
0answers
141 views
pysvn export example - cannot figure out how to export a specific revision NUMBER
Searching high and low for lucid examples of PYSVN to no avail.
I cannot figure out how to export a specific revision number using the tigris documentation - few true examples.
...
0
votes
0answers
171 views
Problems while using Pysvn
I'm using Pysvn to checkout a certain file from LSVN. I used the following code
import pysvn
client=pysvn.Client()
try:
client.checkout('http://lsvn/svn/lsvn/script/','C:\\Documents and ...
0
votes
1answer
349 views
pysvn.Client.callback_ssl_server_trust_prompt error
hey guys, I'm getting the pysvn.Client.callback_ssl_server_trust_prompt required error when trying to commit. I understand it has to do with trust with the internet validation.
Here is the ...
0
votes
2answers
421 views
PySVN error: URL doesn't exist
I got a SVN repository copied onto my computer using svnsync. Now when I try to replay it using PySVN it fails at a specific revision (29762) with the message:
pysvn._pysvn_2_6.ClientError: URL ...
0
votes
2answers
481 views
log pysvn update
How could I, if possible, get information on what files have been added, removed, updated etc when running svn update in pysvn? I want to write this information to a log file.
0
votes
3answers
491 views
Know the comment for last commit when I update my svn working copy
I am using PySVN and the work-bench for my svn needs and I previously used to use subclipse. When I update my working copy, neither of these tools told me the reason why someone has committed the last ...
0
votes
1answer
129 views
Can pysvn 1.6.3 be made to work with Subversion 1.6 under linux?
I see no reference on their website for this. I get pysvn to configure and build, but then it fails all the test. Has anyone had any luck getting this to work under linux?
-2
votes
0answers
68 views
Has pysvn ceased development? [closed]
I looked at the latest downloads and the date on the most recent package is Feb 2011.
--> py31-pysvn-svn1615-1.7.5-1360.exe February 27, 2011
Description:
PySVN 1.7.5 for python.org python ...