Late one afternoon, I did an export of my project repository, and took home my work on my USB key.
I've added many changes to the exported project, and now, having returned to the workplace, I want to update the repository with the project that I've now got.
To complicate matters, I've made updates to the project in both the main trunk and a…
LS,
After a few commits, I decided to deleted a file that became unnecessary.
I did so, clicked the Site root, and clicked "Check In".
All the files that changed during the last commit are in that list, yet not the file I deleted. (afaik it should show it as Deleted)
Kind regards,
Matthias Vance
I am trying to create a "dev" for my users. In that environment they would access to their own account of PHPMyAdmin, SQL, Subversion and FTP which is not a big problem, but I would like to emulate like if each one would be in their own server.
I mean so that they could change the PHP configuration (for example) and would be done only in its…
I wanted to use the subversion features of XCode with a new repository that I just created on my (mt) Grid Service hosting.. and when I try to set it up in XCode it gives me this error:
Error: 210002 (Network connection closed unexpectedly) Description: Connection closed unexpectedly
I downloaded a free trial of the http://versionsapp.com…
I'm using subversion, how to do this:
import files under /target but excluding those under /target/download1 and /target/download2
Anyone can provide a demo?
Either svnadmin dump or svnadmin export will only has a snapshot of a certain version.
How to keep all change logs when immigrating to another server?
Will it be OK to just copy the /repositories over there?
I've got a domain that I apparently forgot to set a preferred domain for, so I just tried to do it.
Webmaster Tools instead popped up a little box:
Part of the process of setting a preferred domain is to verify that you own http://www.example.com/. Please verify http://www.example.com/.
I'm running into some problems following these…
Hi,
I would like to add all unversioned files under a directory to SVN using SharpSVN.
I tried regular svn commands on the command line first:
C:\temp\CheckoutDir> svn status -v
I see all subdirs, all the files that are already checked in, a few new files labeled "?", nothing with the "L" lock indication
C:\temp\CheckoutDir>…
I am exporting a portion of a local prototypte svn repository to import into a different repo. We have a number of svn properties set throughout the repo so I figured I would write a script to list the file elements and their corresponding properties. How hard can that be right.
So I write started writing a bash script that would…
I have an Acer AM1100 and I just installed Windows 7 Ultimate. Windows has properly installed but right now, when I boot up the system, I get stuck on "Verify DMI Pool Data".
I also tried to reinstalled the whole thing but this happens again...
Any takers?
It's an Acer AM1100
Athlon x2
2go Ram
Sata HDD 320go
I have recently setup a new SMTP server on my new webserver (win 2008).
The server sends mail from a number of domains hosted on the website, everything seems to work OK but I am getting a number of undeliverable reports which state '421 unable to verify sender domain'
What does this mean and what should I do about it?
Isn't unencrypted /boot partition a weakness for encrypted LVM setup? Attacker may install a malware to /boot partition so that it may sniff encryption password next time system boots. It may also be done by a malware installed to Windows on dual-boot system without any physical access.
Am I missing some protection scheme or at…
How can I verify if a ssh public key is successfully installed on a Ubuntu server?
I'm trying to unable continuos deployment and to do so I need to install the public key I got from codeship on the server.
I have copied the key I got on the server at ~/.ssh/authorized_keys/id_rsa.pub
and restarted ssh but I'm still not able to…
I want to create a hudson job, that takes an id as a parameter. And use that id to calculate the svn-repo path.
Where I work you have a svn path for every issue that you resolve. And then all the issues are joined into a single svn-path.
What I want to do is to run static code analysis on the partial issues.
So I think maybe…
Hi!,
I have setup svnserve server (1.6.5,plain, without apache) on Fedora.
I start the svnserve with the command
'svnserve -d --foreground --listen-port=3690 -r /usr/local/svn-repos/proj-test'
When user trying to checkout working copy from the local machine with command
'svn checkout svn://127.0.0.1/proj-test' gets…
We currently have SVN setup on a remote development server. Developers SSH into the server and develops on their sandbox environment on the server. Each one has a virtual host pointed to their sandbox so they can preview their changes via the web browser by connecting to developer-sandbox1.domain.com. This has worked…
I'm using svn without branches (trunk-only) for a very long time at my workplace. I had discovered most or all of the issues related to projects which do not have any branching strategy. Unlikely this is not going to change at my workplace but for my private projects.
For my private projects which most includes…
Currently working on multiple projects that need to share internal libraries. The internal libraries are updated continually. Currently only 1 project needs to be stable but soon we will need to have both projects stable at any given time.
What is the best way to SVN internal libraries?
Currently we are using…
I have a ubuntu machine I have setup. I installed apache2 and php5 on it. I can access the web server from other machines on the network via http://linux-server. I have subversion installed on it. I also have vsftpd installed on it so I can ftp to it from another computer on the network.
Myself and other users…
I want to call a Subversion API from a Visual Studio 2003 C++ project.
I know there are threads here, here, here, and here that tell how to get started with C#.NET on Windows (the consensus seems to be SharpSvn, which I've used easily and successfully on another project) but that's not what I want.
I've read…