List Info

Thread: Re: Newcomer's question for setting up access to a new repository




Re: Newcomer's question for setting up access to a new repository
country flaguser name
United States
2007-06-09 12:39:22

--- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz...>
wrote:
>
&gt; Hello Geoff,
&gt;
> > svnAdmin create c:RecordsRepository
> > svnAdmin create c:ProjectsRepository
>
> Please start
&gt;
> svnserve -r c: -d
>
> from the command line ...
>
> > What should I be entering for "Server Name" and "Repository Path"
> > when I want to add a Repository Profile if I am using the SVN
server
> > (svn:// protocol)?
>
> ... and on "Location" page use "Enter SVN URL" and
enter "svn://localhost";.
>
> --
> Best regards,
> Marc Strapetz
> _____________
> syntevo.com
>
>
> geoff.wass wrote:
&gt; > Hello everyone,
> >
> > I am very, very new to SmartSVN and Subversion. I am using WinXP
SP2
> > with Subversion 1.4.3 and SmartSVN 2.1.8. I have everything
installed
> > on my computer (SVN, SmartSVN and the repositories) in the c:
drive.
> > I am using the SVN server.
> >
> > I seem to have Subversion installed correctly because I was able
to
> > use svnAdmin to create the two repositories I want to start with
> > (and, yes, I do want them to be separate). Here is what I did to
make
> > the Subversion server:
> >
> > (all one line)
&gt; > sc create svnServer binpath= "&quot;C:Program
> > FilesSubversionbinsvnserve.exe" --service --root c: "
> > displayname= "Subversion Repository Server&quot; depend= Tcpip
&gt; >
> > Note, I needed to leave a space after the c: to get it to work.
&gt; >
> > I used this to create the repositories and they were created as
> > expected:
> >
> > svnAdmin create c:RecordsRepository
> > svnAdmin create c:ProjectsRepository
> >
> > Now, I have SmartSVN installed and I want to create two
Repository
> > Profiles (one for each) and this is where I am running into
problems.
> > When I go into Repository Profiles and click "Add&quot;, I am having
> > trouble filling the first tab ("location").
> >
> > I did this:
&gt; >
> > (1) Access Method: SVN
> > (2) Server name: localhost
> > (3) Repository Path: RecordsRepository (or ProjectsRepository)
> > (4) Server port: default
> > (5) On the second tab ("Details") I chose user/password and
entered
> > them
>; >
> > When I click "Next", the verification process comes back with
this
> > message:
> >
> > svn: No repository found in 'svn://localhost/RecordsRepository'
>; >
> > I can use "svnadmin verify c:RecordsRepository&quot; to confirm the
> > repository is there and fine.
&gt; >
> > ---
> >
> > As an aside, if I do something stupid like this (put the c: into
the
> > path):
&gt; >
> > (1) Access Method: SVN
> > (2) Server name: localhost
> > (3) Repository Path: c:RecordsRepository
> >
> > I get this error message:
> >
> > svn: Can't open file 'C:WINDOWSsystem32
> > c:RecordsRepositoryformat': The filename, directory name, or
> > volume label syntax is incorrect.
> >
> > I don't dispute the error, but find it interesting that it
> > adds "WINDOWSsystem32" and "format" to the path name. Perhaps
it is
> > a clue to my problem?
> >
> > ---
> >
> > So after all this, I can get to my question:
> >
> > What should I be entering for "Server Name" and "Repository Path"
> > when I want to add a Repository Profile if I am using the SVN
server
> > (svn:// protocol)?
> >
> > Many thanks in advance for your help.
&gt; >
> > --
> > Geoff Wass
>; > Montréal, Québec, Canada

Marc,

Thank-you for the advice. However, when I tried it I got the same
error message. I also tried svn://localhost/RecordsRepository and it
gave the same error message, too.

The svnServe which I posted is essentially the same as yours if I
understand the documentation correctly. And with the one I had I was
able to create the repository via the svnAdmin, so that suggests to
me that I have the snvServe setup correctly. In any case, both appear
to be behaving in the same way.

I think the problem is the c:/ to which I have svnServe pointing OR
that I have to reference my repositories in subFolders (ex:
c:/RecordsRepository).

Do you have any other suggestions?

Many thanks for your time and trouble!

--
Geoff Wass

__._,_.___
.

__,_._,___
Re: Re: Newcomer's question for setting up access to a new repository
country flaguser name
Germany
2007-06-10 03:35:54

Hi Geoff,

> I think the problem is the c:/ to which I have svnServe pointing OR
> that I have to reference my repositories in subFolders (ex:
> c:/RecordsRepository).

Interestingly I also have problems with repositories directly at c:

svnserve -r c:/ -d

does not work for me. However when moving the repositories to c:temp

svnserve -r c:/temp -d

works for me.

--
Best regards,
Marc Strapetz
_____________
syntevo.com

geoff.wass wrote:
&gt; --- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz...>
> wrote:
&gt;> Hello Geoff,
&gt;>
&gt;>> svnAdmin create c:RecordsRepository
>>&gt; svnAdmin create c:ProjectsRepository
>> Please start
&gt;>
&gt;> svnserve -r c: -d
>&gt;
>&gt; from the command line ...
>>
>>> What should I be entering for "Server Name" and "Repository Path"
>>;> when I want to add a Repository Profile if I am using the SVN
> server
>>;> (svn:// protocol)?
>> ... and on "Location" page use "Enter SVN URL" and
> enter "svn://localhost";.
>&gt; --
>&gt; Best regards,
>> Marc Strapetz
>> _____________
>> syntevo.com
>>;
>>;
>>; geoff.wass wrote:
&gt;>> Hello everyone,
>>&gt;
>&gt;> I am very, very new to SmartSVN and Subversion. I am using WinXP
> SP2
>>;> with Subversion 1.4.3 and SmartSVN 2.1.8. I have everything
> installed
>>;> on my computer (SVN, SmartSVN and the repositories) in the c:
> drive.
>>;> I am using the SVN server.
>>>;
>>;> I seem to have Subversion installed correctly because I was able
> to
>>;> use svnAdmin to create the two repositories I want to start with
>>;> (and, yes, I do want them to be separate). Here is what I did to
> make
>>;> the Subversion server:
>>>;
>>;> (all one line)
&gt;>> sc create svnServer binpath= "&quot;C:Program
>>;> FilesSubversionbinsvnserve.exe" --service --root c: "
>>;> displayname= "Subversion Repository Server&quot; depend= Tcpip
&gt;>>
>>&gt; Note, I needed to leave a space after the c: to get it to work.
&gt;>>
>>&gt; I used this to create the repositories and they were created as
>>;> expected:
>>&gt;
>&gt;> svnAdmin create c:RecordsRepository
>>&gt; svnAdmin create c:ProjectsRepository
>>>
>>> Now, I have SmartSVN installed and I want to create two
> Repository
>>;> Profiles (one for each) and this is where I am running into
> problems.
>>;> When I go into Repository Profiles and click "Add&quot;, I am having
>>;> trouble filling the first tab ("location").
>&gt;>
&gt;>> I did this:
&gt;>>
>>&gt; (1) Access Method: SVN
>>> (2) Server name: localhost
>>&gt; (3) Repository Path: RecordsRepository (or ProjectsRepository)
>>&gt; (4) Server port: default
>>>; (5) On the second tab ("Details") I chose user/password and
> entered
>>;> them
>;>>
>>&gt; When I click "Next", the verification process comes back with
> this
>>;> message:
>>&gt;
>&gt;> svn: No repository found in 'svn://localhost/RecordsRepository'
>;>>
>>&gt; I can use "svnadmin verify c:RecordsRepository&quot; to confirm the
>>;> repository is there and fine.
&gt;>>
>>&gt; ---
>>>
>>>; As an aside, if I do something stupid like this (put the c: into
> the
>>;> path):
&gt;>>
>>> (1) Access Method: SVN
>>> (2) Server name: localhost
>>&gt; (3) Repository Path: c:RecordsRepository
>>&gt;
>&gt;> I get this error message:
>>&gt;
>&gt;> svn: Can't open file 'C:WINDOWSsystem32
>>&gt; c:RecordsRepositoryformat': The filename, directory name, or
>>;> volume label syntax is incorrect.
>>>
>>> I don't dispute the error, but find it interesting that it
>>;> adds "WINDOWSsystem32" and "format" to the path name. Perhaps
> it is
>>;> a clue to my problem?
>>&gt;
>&gt;> ---
>>>
>>>; So after all this, I can get to my question:
>>&gt;
>&gt;> What should I be entering for "Server Name" and "Repository Path"
>>;> when I want to add a Repository Profile if I am using the SVN
> server
>>;> (svn:// protocol)?
>>>
>>> Many thanks in advance for your help.
&gt;>>
>>&gt; --
>&gt;> Geoff Wass
>;>> Montréal, Québec, Canada
&gt;
>
> Marc,
&gt;
> Thank-you for the advice. However, when I tried it I got the same
> error message. I also tried svn://localhost/RecordsRepository and it
> gave the same error message, too.
>;
> The svnServe which I posted is essentially the same as yours if I
> understand the documentation correctly. And with the one I had I was
> able to create the repository via the svnAdmin, so that suggests to
> me that I have the snvServe setup correctly. In any case, both appear
> to be behaving in the same way.
>;
> I think the problem is the c:/ to which I have svnServe pointing OR
> that I have to reference my repositories in subFolders (ex:
> c:/RecordsRepository).
>
> Do you have any other suggestions?
>
> Many thanks for your time and trouble!
>
> --
> Geoff Wass
>;
>
>

__._,_.___
.

__,_._,___
[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )