I need to move svn folder to one level up and keep all history
All files and directories from h_t_t_p_s://myserver.com/svn/Project/trunk/
into h_t_t_p_s://myserver/svn/Project/
I use a command:
svn move h_t_t_p_s://myserver.com/svn/Project/trunk/ h_t_t_p_s://myserver/svn/Project/
but it says:
svn: Cannot move path 'h_t_t_p_s://m...
Hi, I'm running Linux and i put some files in svn's ignore list. Now i want to remove it. How could I do that? Command line svn...
Thank you
...
Hello everyone,
I got a ubuntu server edition with subversion, apache2, openssh and need repositories for svn connection with/without any protocol (ssh, file:, http, https, etc).
I configured a repository directory
svnadmin create /path/to/repos/project
Made an import
svn import /path/to/import/directory svn+ssh://user@ipaddress/pat...
How should I administrate users and groups with the repositories?
Until now users can access the server repositories through http. The tag configuration it inside /etc/apache2/mods-available/dav_svn.conf
<Location /srv/svn/>
DAV svn
SVNPath /srv/svn/projecX
#SVNParentPath /srv/svn #if I have more the one repository inside the folder
Au...
When I upload a folder that has ".svn" subfolders to ftp, the ".svn" folders are uploaded too. is it possible to make total commander ignore ".svn" folders when uploading to ftp?
I'd rather not use "export" option in the svn, because I have to upload new files very often and exporting takes time, so it's very inconvenient...
...
Hi folks, I have a simple question:
My XCode project has a file called someLib.a, which I can see both inside the Xcode project and in the project's directory if I Reveal it in Finder.
As usual, I made an import operation through the SCM by selecting the projects folder, however, If I make a checkout afterwards and open the project I ...
Hi there,
I've created the following XSL stylesheet which takes an XML packet ( given to me from SVN ) and converts all the "entry" nodes, which don't include the text "archive", into a comma-separated list for my ANT script. An example XML file looks like this....
<?xml version="1.0"?>
<lists>
<list path="https://mydomain.com/branches...
I have running Svn on GNU/Linux. it is working fine when i executing my svn command using Putty on another windows computer. But I am unable to access my svn using Dreamweaver or TortoiseSVN Client.
Error Messages:
Server and project are not accessible! (can't connect to host '192.168.1.10': A connection attempt failed because the con...
Hi dear stackers,
I'm getting more and more annoyed about some processes that could probably be automatically improved.
Indeed, I would like to know if there are some tools that manage to:
"force" commit message structure
generate automatic changelog between two specific tags
notify users by email when a maintenance branch (actually,...
Hey all,
I find a lot of svn commands out there to delete directories and files. Unfortunately, every time I run these commands, I get strange errors afterwards like 'not under version control' or 'conflict'. I'm just looking for a straightforward svn command that will allow me to delete all the directories under the MARKT directory bel...
Hey all,
I find a lot of svn commands out there to delete directories and files. Unfortunately, every time I run these commands, I get strange errors afterwards like 'not under version control' or 'conflict'. I'm just looking for a straightforward svn command that will allow me to delete all the directories under the MARKT directory bel...
After configuring apache2 and svn inside ubuntu 10.04 serve I'm pretending to install OpenLDAP to use LDAP protocol to configure and administrate users and groups with the svn repositories.
However it seems that OpenLDAP recently went through some modifications and the Ubuntu offical documentation about OpenLDAP is out of date.
I foun...
I'm using svn on OS X, and am able to check items out of the repository of an svn server on my university campus (I am at home). I am now trying to commit files from my local working directory. I use the following command:
svn commit -m "First commit" file://hostname.ac.uk/directory/project/
where hostname is the same as I use to succ...
I have a subversion repository on a network shared folder. It is not a subversion server, just a disk that multiple computers can read and write to.
Different computers map network drives in different ways. How do I make it so that if svn can't find the folder on one path it automatically tries another?
Or more generally, how can you s...
Which is better suited for transferring large files with frequent updates over limited bandwidth? I Haven't been able to find any comparisons out there.
UPDATE
To not preclude other solutions, is something better suited to sending deltas to large files? (Have tried Unison)
...
I'm trying to check out a project from a school server, but it attempts to use my computer login name instead of my server login name, so it fails.
my commands:
svn checkout svn+ssh://[server name and stuff]/[school login name]
and it says:
[computer login]@[server name]'s password:
which doesn't exist.
I attempted to use the -...
I started a new project with XCode and I have set up the subversion repository. For some weird reason, in this project the "Add to repository" menu items are not working, both in the main menu and by right clicking a file. If the file is in the repository I can do all the usual things. Newly added files do not show with a question mark e...
Possible Duplicate:
Storing file permissions in Subversion repository
I have a file that is under subversion control which has specific permissions (-rw-rw-rw-). As soon as I update this file, the permissions are -rw-r--r-- again. Is there a way to keep these permissions?
...
Howdy there. I'm putting together a new software team and I'm looking at different tools that overcome previous nightmares I've had with other teams.
Over the last 5-6 years these are some transitions I've gone thru:
SourceControl:
CVS => VSS => SVN
Project Management, Bug and Issue Tracking:
Paper => PostIt Notes => OneNote ...
Hi All,
I'd like to understand how subversion stores revisions in FSFS, and how a view/shapshot is constructed for a given revision number.
What I have gleaned from Googling is that FSFS is a simple directory structure, with sub-directories for each revision like:
..svn/rev/0/
..svn/rev/1/
..svn/rev/2/
Presumably only the changes (d...