VSS to SVN Migration.

2012-09-21 Thread Sandeep U D
Hi,
 
I'm new to SVN.
Actually we were using VSS for source control. Now we are going to migrate from 
VSS to SVN. 
So like to know the possible options for it.
 
Regards,
Sandeep.U.D
 


Need Help in fetching code from SVN

2012-09-21 Thread Dharmendra Pratap
 

 

Hi ,

 

Hope all well with you..

 

I have a question regarding fetching code from SVN. It will be greatly
appreciated if you can please look on this

And provide me some suggestion for getting this task done.

Here is my question :

I have following scenario for my application on repository hosting

 

revision 4 (1 changed file that were changed in revision 3)

revision 3 (1 changed file)

revision 2 (1 file added)

 

I want to get a working copy that includes all changes from revision 2 to
Head but does NOT include

the changes for revisions 3.

How can i do this?

 

 

Regards,

Dharmendra Pratap

 



Re: VSS to SVN Migration.

2012-09-21 Thread Neil Bird

Around about 21/09/12 06:26, Sandeep U D typed ...

Actually we were using VSS for source control. Now we are going to migrate
from VSS to SVN.
So like to know the possible options for it.


  There are quite a few, none of which I found to be fantastic.  You'd have 
to google things like vss2svn.


  I personally used vss2cvs.pl which I found some while ago, but had to 
bugfix a tad.  I should really post my modified version somewhere ...


  Anyway, I then used cvs2svn on that output, and it worked a treat (in our 
use cases).



  I may try to blog my process at some point.

--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit


Re: Need Help in fetching code from SVN

2012-09-21 Thread Stefan Sperling
On Fri, Sep 21, 2012 at 01:23:30PM +0530, Dharmendra Pratap wrote:
> I want to get a working copy that includes all changes from revision 2 to
> Head but does NOT include
> 
> the changes for revisions 3.
> 
> How can i do this?

See here: 
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo


Subversion 1.6.19 released

2012-09-21 Thread Stefan Sperling
I'm happy to announce the release of Subversion 1.6.19.
To download this release, please visit:

http://subversion.apache.org/download/#supported-releases

The SHA1 checksums are:

298f42561a841ae9712ed8f2f83caf4120043ff4 subversion-1.6.19.zip
b4703fc956194f0712194506391794746f61be4e subversion-1.6.19.tar.gz
095871adc79555b9655ca081b23ef77f87f45607 subversion-1.6.19.tar.bz2

PGP Signatures are available at:

http://subversion.tigris.org/downloads/subversion-1.6.19.tar.gz.asc
http://subversion.tigris.org/downloads/subversion-1.6.19.tar.bz2.asc
http://subversion.tigris.org/downloads/subversion-1.6.19.zip.asc

For this release, the following people have provided PGP signatures:

   C. Michael Pilato [1024D/1706FD6E] with fingerprint:
20BF 14DC F02F 2730 7EA4  C7BB A241 06A9 1706 FD6E
   Paul T. Burba [1024D/53FCDC55] with fingerprint:
E630 CF54 792C F913 B13C  32C5 D916 8930 53FC DC55
   Branko Čibej [2048R/C8628501] with fingerprint:
8769 28CD 4954 EA74 87B6  B96C 29B8 92D0 C862 8501
   Philip Martin [2048R/ED1A599C] with fingerprint:
A844 790F B574 3606 EE95  9207 76D7 88E1 ED1A 599C
   Johan Corveleyn [4096R/010C8AAD] with fingerprint:
8AA2 C10E EAAD 44F9 6972  7AEA B59C E6D6 010C 8AAD
   Stefan Sperling [1024D/F59D25F0] with fingerprint:
B1CF 1060 A1E9 34D1 9E86  D6D6 E5D3 0273 F59D 25F0
   Ben Reser [4096R/16A0DE01] with fingerprint:
19BB CAEF 7B19 B280 A0E2  175E 62D4 8FAD 16A0 DE01

Release notes for the 1.6.x release series may be found at:

http://subversion.apache.org/docs/release-notes/1.6.html

You can find the list of changes between 1.6.19 and earlier versions at:

http://svn.apache.org/repos/asf/subversion/tags/1.6.19/CHANGES

Questions, comments, and bug reports to users@subversion.apache.org.

Thanks,
- The Subversion Team


Re: VSS to SVN Migration.

2012-09-21 Thread Neil Bird

Around about 21/09/12 09:12, Neil Bird typed ...

I may try to blog my process at some point.


  Quicker than I thought, the cut'n'paste from MediaWiki into Wordpress 
kept all the formatting.


http://fnxweb.com/blog/2012/09/21/migrating-from-visual-sourcesafe-to-subversion/

--
[neil@fnx ~]# rm -f .signature
[neil@fnx ~]# ls -l .signature
ls: .signature: No such file or directory
[neil@fnx ~]# exit


RE: Need Help in fetching code from SVN

2012-09-21 Thread Dharmendra Pratap


Hi  Stefan,

Thanks for your reply.
I tried with merge but not getting the required output, I am getting file
conflict in it.
Here is the code of configuration of nant file. Can you please look over
this ?

https://test.repositoryhosting.com/svn/1_test@${Rev}
D:\MyTest --username test --password 123"/> https://test.repositoryhosting.com/svn/1_test  D:\MyTest  --username test
--password 123"  /> https://test.repositoryhosting.com/svn/1_test  D:\MyTest  --username test
--password 123"  />  



Regards,
Dharmendra


-Original Message-
From: Stefan Sperling [mailto:s...@elego.de] 
Sent: Friday, September 21, 2012 1:46 PM
To: Dharmendra Pratap
Cc: users@subversion.apache.org
Subject: Re: Need Help in fetching code from SVN

On Fri, Sep 21, 2012 at 01:23:30PM +0530, Dharmendra Pratap wrote:
> I want to get a working copy that includes all changes from revision 2 
> to Head but does NOT include
> 
> the changes for revisions 3.
> 
> How can i do this?

See here:
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn
.branchmerge.basicmerging.undo



Re: VSS to SVN Migration.

2012-09-21 Thread Andreas Mohr
Hi,

On Fri, Sep 21, 2012 at 10:29:27AM +0100, Neil Bird wrote:
> Around about 21/09/12 09:12, Neil Bird typed ...
> >I may try to blog my process at some point.
> 
>   Quicker than I thought, the cut'n'paste from MediaWiki into
> Wordpress kept all the formatting.
> 
> http://fnxweb.com/blog/2012/09/21/migrating-from-visual-sourcesafe-to-subversion/

Very nice!
While that no longer applies to me (Thanks Heavens!),
it's very good to get more content/activity in that area.

Andreas Mohr


Re: svn checkout problem with http address

2012-09-21 Thread Jing Jin
Hi Ryan,

Thank you for your reply. But I don't think that is the proxy problem.
Because I used my computer at home and it should link to a public network
offered by Pavlov Media. But I do use a wireless router to connect to the
internet since I have more than one computer. Do you think that will be the
problem?

Thank you,

On Fri, Sep 21, 2012 at 12:16 AM, Ryan Schmidt <
subversion-20...@ryandesign.com> wrote:

>
> On Sep 20, 2012, at 10:43, Jing Jin  wrote:
>
> > I am new subversion user. I installed subversion in the ubuntu linux
> yesterday, but I cannot get it to work with http address. The "svn co"
> command will result in a timeout error after an hour.
> >
> > I have done some tests on my computer. I can do "svn co" with https and
> svn address, e.g. svn://svn.openttd.org/trunk. But for http address,
> there is a problem. I can see the directory and files using a browser, e.g.
> http://svn.openttd.org/trunk, but "svn co" does not work.
> >
> > Also I tried to "svn co" on another machine and network for the same
> address, and it worked fine.
> >
> > Can anybody help me with that issue?
>
> Perhaps your network has a proxy server that doesn't understand WebDAV
> HTTP methods. You could talk to your network administrator about fixing the
> proxy server. Or if available you could use HTTPS since a proxy can't
> mangle encrypted traffic.
>
>


RE: Apache won't start after upgrade

2012-09-21 Thread Hawkins, John
Mark. The "Dependency Walker" allowed me to find three missing DLL's
(DEVMGR.DLL, IESHIMS.DLL, WER.DLL) with the Collabnet SVN/Apache 1.7.6.

 

Do you know the procedure for restoring these DLL's?

 

Thanks JCH

 

From: Hawkins, John 
Sent: Wednesday, September 19, 2012 2:14 PM
To: Mark Phippard
Cc: users@subversion.apache.org; TCORE-CM
Subject: RE: Apache won't start after upgrade

 

Thanks Mark. Excellent help! Thank you again. JCH

 

From: Mark Phippard [mailto:markp...@gmail.com] 
Sent: Wednesday, September 19, 2012 2:02 PM
To: Hawkins, John
Cc: users@subversion.apache.org
Subject: Re: Apache won't start after upgrade

 

It probably means when mod_dav_svn.so is loaded it then tries to load
the dependent DLL's it uses.  Most likely you have an older version of
one or more of those DLL's in PATH.  Maybe a reboot would help if PATH
was changed.

 

You can download and install Dependency Walker and then drag and drop
the mod_dav_svn.so file into the window.  That will tell you what DLL's
it loads and likely point to the one with the problem.

 

 

On Wed, Sep 19, 2012 at 4:41 PM, Hawkins, John
 wrote:

I upgraded Collabnet SVN 1.6.3 to 1.7.6. (On Windows)

Now Apache won't start The error is below. It is complaining during
the load of MOD_DAV_SVN.SO.

 

"The specified procedure could not be f ."

 

The module is in the modules folder. Which procedure it is looking for,
and where is expected, is unknown!

 

I updated Java, added the modules dir to the path, added ...\httpd\bin
to the path.

 

No change.

 

Any ideas?

 

Thanks JCH

 

 

 

 

Event Type: Error

Event Source: Apache Service

Event Category: None

Event ID:  3299

Date:9/19/2012

Time:9:31:46 AM

User:N/A

Computer:   SD-VCMSVN02

Description:

The Apache service named  reported the following error:

>>> httpd.exe: Syntax error on line 86 of C:/Program Files
(x86)/CollabNet Subversion Server/httpd/conf/httpd.conf: Cannot load
C:/Program Files (x86)/CollabNet Subversion
Server/httpd/modules/mod_dav_svn.so into server: The specified procedure
could not be f .

 

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.





 

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/



RE: Apache won't start after upgrade

2012-09-21 Thread Bert Huijben
Are you sure you need these DLLs. Dependeny walker also shows missing
*optional* dlls, such as the IEHIMS.DLL you mention in your list. I've never
found that with dependency walker, even on applications that work perfectly
fine.

 

I don't know about devmgr.dll, but WER would point me to Windows Error
reporting and I would guess that it is optional as well.

 

Bert

From: Hawkins, John [mailto:john.hawk...@transcore.com] 
Sent: vrijdag 21 september 2012 09:54
To: Hawkins, John; Mark Phippard
Cc: users@subversion.apache.org; TCORE-CM
Subject: RE: Apache won't start after upgrade

 

Mark. The "Dependency Walker" allowed me to find three missing DLL's
(DEVMGR.DLL, IESHIMS.DLL, WER.DLL) with the Collabnet SVN/Apache 1.7.6.

 

Do you know the procedure for restoring these DLL's?

 

Thanks JCH

 

From: Hawkins, John 
Sent: Wednesday, September 19, 2012 2:14 PM
To: Mark Phippard
Cc: users@subversion.apache.org; TCORE-CM
Subject: RE: Apache won't start after upgrade

 

Thanks Mark. Excellent help! Thank you again. JCH

 

From: Mark Phippard [mailto:markp...@gmail.com] 
Sent: Wednesday, September 19, 2012 2:02 PM
To: Hawkins, John
Cc: users@subversion.apache.org
Subject: Re: Apache won't start after upgrade

 

It probably means when mod_dav_svn.so is loaded it then tries to load the
dependent DLL's it uses.  Most likely you have an older version of one or
more of those DLL's in PATH.  Maybe a reboot would help if PATH was changed.

 

You can download and install Dependency Walker and then drag and drop the
mod_dav_svn.so file into the window.  That will tell you what DLL's it loads
and likely point to the one with the problem.

 

 

On Wed, Sep 19, 2012 at 4:41 PM, Hawkins, John 
wrote:

I upgraded Collabnet SVN 1.6.3 to 1.7.6. (On Windows)

Now Apache won't start.. The error is below. It is complaining during the
load of MOD_DAV_SVN.SO.

 

"The specified procedure could not be f ."

 

The module is in the modules folder. Which procedure it is looking for, and
where is expected, is unknown!

 

I updated Java, added the modules dir to the path, added .\httpd\bin to the
path.

 

No change.

 

Any ideas?

 

Thanks JCH

 

 

 

 

Event Type: Error

Event Source: Apache Service

Event Category: None

Event ID:  3299

Date:9/19/2012

Time:9:31:46 AM

User:N/A

Computer:   SD-VCMSVN02

Description:

The Apache service named  reported the following error:

>>> httpd.exe: Syntax error on line 86 of C:/Program Files (x86)/CollabNet
Subversion Server/httpd/conf/httpd.conf: Cannot load C:/Program Files
(x86)/CollabNet Subversion Server/httpd/modules/mod_dav_svn.so into server:
The specified procedure could not be f .

 

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.





 

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/



RE: Apache won't start after upgrade

2012-09-21 Thread Hawkins, John
When loading mod_dav_svn.so is says a function call is missing, without
giving the name of the function. I assume the missing function is in one
of the three missing DLL's.

 

Thanks JCH

 

From: Bert Huijben [mailto:b...@qqmail.nl] 
Sent: Friday, September 21, 2012 10:09 AM
To: Hawkins, John; 'Mark Phippard'
Cc: users@subversion.apache.org; TCORE-CM
Subject: RE: Apache won't start after upgrade

 

Are you sure you need these DLLs. Dependeny walker also shows missing
*optional* dlls, such as the IEHIMS.DLL you mention in your list. I've
never found that with dependency walker, even on applications that work
perfectly fine.

 

I don't know about devmgr.dll, but WER would point me to Windows Error
reporting and I would guess that it is optional as well.

 

Bert

From: Hawkins, John [mailto:john.hawk...@transcore.com] 
Sent: vrijdag 21 september 2012 09:54
To: Hawkins, John; Mark Phippard
Cc: users@subversion.apache.org; TCORE-CM
Subject: RE: Apache won't start after upgrade

 

Mark. The "Dependency Walker" allowed me to find three missing DLL's
(DEVMGR.DLL, IESHIMS.DLL, WER.DLL) with the Collabnet SVN/Apache 1.7.6.

 

Do you know the procedure for restoring these DLL's?

 

Thanks JCH

 

From: Hawkins, John 
Sent: Wednesday, September 19, 2012 2:14 PM
To: Mark Phippard
Cc: users@subversion.apache.org; TCORE-CM
Subject: RE: Apache won't start after upgrade

 

Thanks Mark. Excellent help! Thank you again. JCH

 

From: Mark Phippard [mailto:markp...@gmail.com] 
Sent: Wednesday, September 19, 2012 2:02 PM
To: Hawkins, John
Cc: users@subversion.apache.org
Subject: Re: Apache won't start after upgrade

 

It probably means when mod_dav_svn.so is loaded it then tries to load
the dependent DLL's it uses.  Most likely you have an older version of
one or more of those DLL's in PATH.  Maybe a reboot would help if PATH
was changed.

 

You can download and install Dependency Walker and then drag and drop
the mod_dav_svn.so file into the window.  That will tell you what DLL's
it loads and likely point to the one with the problem.

 

 

On Wed, Sep 19, 2012 at 4:41 PM, Hawkins, John
 wrote:

I upgraded Collabnet SVN 1.6.3 to 1.7.6. (On Windows)

Now Apache won't start The error is below. It is complaining during
the load of MOD_DAV_SVN.SO.

 

"The specified procedure could not be f ."

 

The module is in the modules folder. Which procedure it is looking for,
and where is expected, is unknown!

 

I updated Java, added the modules dir to the path, added ...\httpd\bin
to the path.

 

No change.

 

Any ideas?

 

Thanks JCH

 

 

 

 

Event Type: Error

Event Source: Apache Service

Event Category: None

Event ID:  3299

Date:9/19/2012

Time:9:31:46 AM

User:N/A

Computer:   SD-VCMSVN02

Description:

The Apache service named  reported the following error:

>>> httpd.exe: Syntax error on line 86 of C:/Program Files
(x86)/CollabNet Subversion Server/httpd/conf/httpd.conf: Cannot load
C:/Program Files (x86)/CollabNet Subversion
Server/httpd/modules/mod_dav_svn.so into server: The specified procedure
could not be f .

 

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.





 

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/



Re: Apache won't start after upgrade

2012-09-21 Thread Mark Phippard
On Fri, Sep 21, 2012 at 1:13 PM, Hawkins, John
wrote:

> When loading mod_dav_svn.so is says a function call is missing, without
> giving the name of the function. I assume the missing function is in one of
> the three missing DLL’s.
>
>
>
Those DLL's are not likely the problem as I believe they are "optional
dependencies" of some of the dependencies we use and do not ever get
loaded.  I am color-blind so it is sometimes hard for me to notice some of
the things in the UI, but the issue with the missing function is that it
DOES find the dependency, but it is finding an old one that is missing the
dependency.  I think the DLL with the problem has its text in a different
color in the UI of dependency walker.  You should be able to turn on a
feature in the UI that shows the full paths of the files.  This might also
cause a problem to jump out as you may see some of the Apache or SVN DLL's
being loaded from a different folder than you expect.

Also, since you are using a manual Apache configuration as opposed to
something like Subversion Edge, it is possible that your httpd.conf is
loading mod_dav_svn.so from a different install of SVN then where the rest
of the dependencies come from.


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/


RE: Apache won't start after upgrade

2012-09-21 Thread Hawkins, John
Thank you Mark! I will check that out. Thanks JCH

 

From: Mark Phippard [mailto:markp...@gmail.com] 
Sent: Friday, September 21, 2012 11:47 AM
To: Hawkins, John
Cc: Bert Huijben; users@subversion.apache.org; TCORE-CM
Subject: Re: Apache won't start after upgrade

 

On Fri, Sep 21, 2012 at 1:13 PM, Hawkins, John
 wrote:

When loading mod_dav_svn.so is says a function call is missing,
without giving the name of the function. I assume the missing function
is in one of the three missing DLL's.

 

 

Those DLL's are not likely the problem as I believe they are "optional
dependencies" of some of the dependencies we use and do not ever get
loaded.  I am color-blind so it is sometimes hard for me to notice some
of the things in the UI, but the issue with the missing function is that
it DOES find the dependency, but it is finding an old one that is
missing the dependency.  I think the DLL with the problem has its text
in a different color in the UI of dependency walker.  You should be able
to turn on a feature in the UI that shows the full paths of the files.
This might also cause a problem to jump out as you may see some of the
Apache or SVN DLL's being loaded from a different folder than you
expect.

 

Also, since you are using a manual Apache configuration as opposed to
something like Subversion Edge, it is possible that your httpd.conf is
loading mod_dav_svn.so from a different install of SVN then where the
rest of the dependencies come from.




 

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/



Directory Layout Guidance

2012-09-21 Thread Ahmed, Omair (GE Oil & Gas)
Hello,

 

We have an IT managed SVN environment. When the SVN admin created the
repository, it was with the "default" directory structure:

 

/trunk

/branches

/tags

 

However, we expect to implement a different structure. Something along
the lines of:

 

https://svn1hostname/svn/SVN_Repo/PROTOTYPE/

/APPLICATION_CODE

/trunk

/branches

/tags

 

/UTILS

/trunk

/branches

/tags

 

/CIMPLICITY

/trunk

/branches

/tags

 

1)  Can I simply delete the "default" structure and create the
directories as I've described above? 

2)  Is there anything special about the these dirs. (trunk,
branches, tags)? Can I just create them as I would any other directory
via the repo browser?

3)  Are there any disadvantages to laying out the directories as
described above? I want to avoid pitfalls that I am unable to foresee
right now.

 

Please advise.

Thank you.

Omair 

 

 

 



Re: Directory Layout Guidance

2012-09-21 Thread Thorsten Schöning
Guten Tag Ahmed, Omair (GE Oil & Gas),
am Freitag, 21. September 2012 um 22:23 schrieben Sie:

> 1)  Can I simply delete the "default" structure and create the
> directories as I've described above? 

Yes, or you move the current folders and/or copy them etc.

> 2)  Is there anything special about the these dirs. (trunk,
> branches, tags)?

Not technically, it's all convention based on names, technically they
are directories as any other one.

>  Can I just create them as I would any other directory
> via the repo browser?

Yes.

> 3)  Are there any disadvantages to laying out the directories as
> described above? I want to avoid pitfalls that I am unable to foresee
> right now.

That often depends on your product, environment, needed authentication
and authorization, what you want to merge where, shared code, what you
want and why etc. With more detailed description of you background,
e.g. why you don't want to use separate repos for your components, one
can help you much better. I personally prefer one repo per project,
with exceptions depending on things like assumed shared code, as may
be more efficient within one repo where things like efficient copies
work.

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning   E-Mail:thorsten.schoen...@am-soft.de
AM-SoFT IT-Systeme  http://www.AM-SoFT.de/

Telefon.030-2 1001-310
Fax...05151-  9468- 88
Mobil..0178-8 9468- 04

AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hannover HRB 207 694 - Geschäftsführer: Andreas Muchow